Html Css Color HEX #96D3EA Cornflower

📋 copy color: '#96D3EA'

red 150 ◦ green 211 ◦ blue 234

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

Shades of Cornflower #96D3EA

Tints of Cornflower #96D3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.46%

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

R = 25.21%
G = 35.46%
B = 39.33%

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

#96D3EA (or 0x96D3EA) is known color: Cornflower. HEX triplet: 96, D3 and EA. RGB value is (150,211,234). Sum of RGB (Red+Green+Blue) = 150+211+234=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #96D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D3EA is #692C15. Grayscale: #C3C3C3. Windows color (decimal): -6892566 or 15389590. OLE color: 15389590.

HSL color Cylindrical-coordinate representation of color #96D3EA: hue angle of 196.43º 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 #96D3EA is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 211 234 -
CMYK 0.36 0.10 0 0.08
HSL 196.43º 0.67% 0.75% -
HSV(B) 196.43º 0.36% 0.92% -
XYZ 50.72 59.01 86.56 -
YUV 195.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 150 211 234 0.36 0.10 0 0.08 196.43 0.67 0.75
Hex 96 D3 EA 24 A 0 8 C4 43 4B
Octal 226 323 352 44 12 0 10 304 103 113
Binary 10010110 11010011 11101010 100100 1010 0 1000 11000100 1000011 1001011

Color Harmonies of #96D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D3EA

Black with #96D3EA

Text Example


Text Example

White with #96D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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