Html Css Color HEX #96C0DB Cornflower

📋 copy color: '#96C0DB'

red 150 ◦ green 192 ◦ blue 219

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

Shades of Cornflower #96C0DB

Tints of Cornflower #96C0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 26.74%
G = 34.22%
B = 39.04%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96C0DB (or 0x96C0DB) is known color: Cornflower. HEX triplet: 96, C0 and DB. RGB value is (150,192,219). Sum of RGB (Red+Green+Blue) = 150+192+219=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #96C0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0DB is #693F24. Grayscale: #B6B6B6. Windows color (decimal): -6897445 or 14401686. OLE color: 14401686.

HSL color Cylindrical-coordinate representation of color #96C0DB: hue angle of 203.48º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96C0DB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 192 219 -
CMYK 0.32 0.12 0 0.14
HSL 203.48º 0.49% 0.72% -
HSV(B) 203.48º 0.32% 0.86% -
XYZ 44.21 49.3 74.2 -
YUV 182.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 150 192 219 0.32 0.12 0 0.14 203.48 0.49 0.72
Hex 96 C0 DB 20 C 0 E CB 31 48
Octal 226 300 333 40 14 0 16 313 61 110
Binary 10010110 11000000 11011011 100000 1100 0 1110 11001011 110001 1001000

Color Harmonies of #96C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0DB

Black with #96C0DB

Text Example


Text Example

White with #96C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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