#96D5F3

Color #96D5F3 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #96D5F3

Tints of Cornflower #96D5F3

Color information

#96D5F3 (or 0x96D5F3) is unknown color: approx Cornflower. HEX triplet: 96, D5 and F3. RGB value is (150,213,243). Sum of RGB (Red+Green+Blue) = 150+213+243=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #96D5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D5F3 is #692A0C. Grayscale: #C5C5C5. Windows color (decimal): -6892045 or 15979926. OLE color: 15979926.

HSL color Cylindrical-coordinate representation of color #96D5F3: hue angle of 199.35º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96D5F3 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150213243-
CMYK0.380.1200.05
HSL199.35º79.49%77.06%-
HSV(B)199.35º38.27%95.29%-
XYZ52.5560.5493.71-
YUV197.58153.6394.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 24.75%
GREEN value IS 213 (83.59% from 255) = 35.15%
BLUE value IS 243 (95.31% from 255) = 40.10%
R=24.75%
G=35.15%
B=40.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502132430.380.1200.05199.3579.4977.06
Hex96D5F326C05c74f4d
Octal226325363461405307117115
Binary100101101101010111110011100110110001011100011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96D5F3; }

 p { color: rgb(150,213,243); }

 H1.HeaderClassName
 {
   color: #96D5F3;
 }
 .AnyTagClassName
 {
   color: #96D5F3;
 }
</style>
background-color css

<style>
 a { background-color: #96D5F3; }

 a { background-color: rgb(150,213,243); }

 div.DivClassName
 {
   background-color: #96D5F3;
 }
 .BgClassName
 {
   background-color: #96D5F3;
 }
</style>
border-color css

<style>
 span { border-color: #96D5F3; }

 span { border-color: rgb(150,213,243); }

 td.TdClassName
 {
   border-color: #96D5F3;
 }
 .TagClassName
 {
   border-color: #96D5F3;
 }
</style>