Html Css Color HEX #96C0DF Cornflower

📋 copy color: '#96C0DF'

red 150 ◦ green 192 ◦ blue 223

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

Shades of Cornflower #96C0DF

Tints of Cornflower #96C0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.98%

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

R = 26.55%
G = 33.98%
B = 39.47%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96C0DF (or 0x96C0DF) is known color: Cornflower. HEX triplet: 96, C0 and DF. RGB value is (150,192,223). Sum of RGB (Red+Green+Blue) = 150+192+223=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #96C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0DF is #693F20. Grayscale: #B6B6B6. Windows color (decimal): -6897441 or 14663830. OLE color: 14663830.

HSL color Cylindrical-coordinate representation of color #96C0DF: hue angle of 205.48º 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 #96C0DF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 192 223 -
CMYK 0.33 0.14 0 0.13
HSL 205.48º 0.53% 0.73% -
HSV(B) 205.48º 0.33% 0.87% -
XYZ 44.75 49.51 77.01 -
YUV 182.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 150 192 223 0.33 0.14 0 0.13 205.48 0.53 0.73
Hex 96 C0 DF 21 E 0 D CD 35 49
Octal 226 300 337 41 16 0 15 315 65 111
Binary 10010110 11000000 11011111 100001 1110 0 1101 11001101 110101 1001001

Color Harmonies of #96C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0DF

Black with #96C0DF

Text Example


Text Example

White with #96C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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