Html Css Color HEX #96C6DF Cornflower

📋 copy color: '#96C6DF'

red 150 ◦ green 198 ◦ blue 223

#96C6DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #96C6DF

Tints of Cornflower #96C6DF

RGB

 RED value IS 150 (58.98% from 255) = 26.27%

 GREEN value IS 198 (77.73% from 255) = 34.68%

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 26.27%
G = 34.68%
B = 39.05%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96C6DF (or 0x96C6DF) is known color: Cornflower. HEX triplet: 96, C6 and DF. RGB value is (150,198,223). Sum of RGB (Red+Green+Blue) = 150+198+223=571 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.27% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #96C6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6DF is #693920. Grayscale: #BABABA. Windows color (decimal): -6895905 or 14665366. OLE color: 14665366.

HSL color Cylindrical-coordinate representation of color #96C6DF: hue angle of 200.55º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96C6DF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 198 223 -
CMYK 0.33 0.11 0 0.13
HSL 200.55º 0.53% 0.73% -
HSV(B) 200.55º 0.33% 0.87% -
XYZ 46.09 52.2 77.46 -
YUV 186.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 150 198 223 0.33 0.11 0 0.13 200.55 0.53 0.73
Hex 96 C6 DF 21 B 0 D C9 35 49
Octal 226 306 337 41 13 0 15 311 65 111
Binary 10010110 11000110 11011111 100001 1011 0 1101 11001001 110101 1001001

Color Harmonies of #96C6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C6DF

Black with #96C6DF

Text Example


Text Example

White with #96C6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,198,223); }

 H1.HeaderClassName
 {
   color: #96C6DF;
 }
 .AnyTagClassName
 {
   color: #96C6DF;
 }
</style>

background-color css

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

 a { background-color: rgb(150,198,223); }

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

border-color css

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

 span { border-color: rgb(150,198,223); }

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