Html Css Color HEX #96D2EA Cornflower

📋 copy color: '#96D2EA'

red 150 ◦ green 210 ◦ blue 234

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

Shades of Cornflower #96D2EA

Tints of Cornflower #96D2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.35%

 BLUE value IS 234 (91.8% from 255) = 39.39%

R = 25.25%
G = 35.35%
B = 39.39%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96D2EA (or 0x96D2EA) is known color: Cornflower. HEX triplet: 96, D2 and EA. RGB value is (150,210,234). Sum of RGB (Red+Green+Blue) = 150+210+234=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #96D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D2EA is #692D15. Grayscale: #C2C2C2. Windows color (decimal): -6892822 or 15389334. OLE color: 15389334.

HSL color Cylindrical-coordinate representation of color #96D2EA: hue angle of 197.14º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D2EA is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 210 234 -
CMYK 0.36 0.10 0 0.08
HSL 197.14º 0.67% 0.75% -
HSV(B) 197.14º 0.36% 0.92% -
XYZ 50.48 58.52 86.48 -
YUV 194.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 150 210 234 0.36 0.10 0 0.08 197.14 0.67 0.75
Hex 96 D2 EA 24 A 0 8 C5 43 4B
Octal 226 322 352 44 12 0 10 305 103 113
Binary 10010110 11010010 11101010 100100 1010 0 1000 11000101 1000011 1001011

Color Harmonies of #96D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D2EA

Black with #96D2EA

Text Example


Text Example

White with #96D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,210,234); }

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

background-color css

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

 a { background-color: rgb(150,210,234); }

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

border-color css

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

 span { border-color: rgb(150,210,234); }

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