Html Css Color HEX #96C0DA Cornflower

📋 copy color: '#96C0DA'

red 150 ◦ green 192 ◦ blue 218

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

Shades of Cornflower #96C0DA

Tints of Cornflower #96C0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 26.79%
G = 34.29%
B = 38.93%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96C0DA (or 0x96C0DA) is known color: Cornflower. HEX triplet: 96, C0 and DA. RGB value is (150,192,218). Sum of RGB (Red+Green+Blue) = 150+192+218=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #96C0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0DA is #693F25. Grayscale: #B6B6B6. Windows color (decimal): -6897446 or 14336150. OLE color: 14336150.

HSL color Cylindrical-coordinate representation of color #96C0DA: hue angle of 202.94º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C0DA is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 192 218 -
CMYK 0.31 0.12 0 0.15
HSL 202.94º 0.48% 0.72% -
HSV(B) 202.94º 0.31% 0.85% -
XYZ 44.08 49.25 73.51 -
YUV 182.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 150 192 218 0.31 0.12 0 0.15 202.94 0.48 0.72
Hex 96 C0 DA 1F C 0 F CB 30 48
Octal 226 300 332 37 14 0 17 313 60 110
Binary 10010110 11000000 11011010 11111 1100 0 1111 11001011 110000 1001000

Color Harmonies of #96C0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0DA

Black with #96C0DA

Text Example


Text Example

White with #96C0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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