Html Css Color HEX #96C1DA Cornflower

📋 copy color: '#96C1DA'

red 150 ◦ green 193 ◦ blue 218

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

Shades of Cornflower #96C1DA

Tints of Cornflower #96C1DA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.4%

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

R = 26.74%
G = 34.4%
B = 38.86%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96C1DA (or 0x96C1DA) is known color: Cornflower. HEX triplet: 96, C1 and DA. RGB value is (150,193,218). Sum of RGB (Red+Green+Blue) = 150+193+218=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #96C1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C1DA is #693E25. Grayscale: #B6B6B6. Windows color (decimal): -6897190 or 14336406. OLE color: 14336406.

HSL color Cylindrical-coordinate representation of color #96C1DA: hue angle of 202.06º 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 #96C1DA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 193 218 -
CMYK 0.31 0.11 0 0.15
HSL 202.06º 0.48% 0.72% -
HSV(B) 202.06º 0.31% 0.85% -
XYZ 44.3 49.69 73.59 -
YUV 182.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 150 193 218 0.31 0.11 0 0.15 202.06 0.48 0.72
Hex 96 C1 DA 1F B 0 F CA 30 48
Octal 226 301 332 37 13 0 17 312 60 110
Binary 10010110 11000001 11011010 11111 1011 0 1111 11001010 110000 1001000

Color Harmonies of #96C1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C1DA

Black with #96C1DA

Text Example


Text Example

White with #96C1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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