Html Css Color HEX #96CAEE Cornflower

📋 copy color: '#96CAEE'

red 150 ◦ green 202 ◦ blue 238

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

Shades of Cornflower #96CAEE

Tints of Cornflower #96CAEE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.24%

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 25.42%
G = 34.24%
B = 40.34%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96CAEE (or 0x96CAEE) is known color: Cornflower. HEX triplet: 96, CA and EE. RGB value is (150,202,238). Sum of RGB (Red+Green+Blue) = 150+202+238=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #96CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CAEE is #693511. Grayscale: #BEBEBE. Windows color (decimal): -6894866 or 15649430. OLE color: 15649430.

HSL color Cylindrical-coordinate representation of color #96CAEE: hue angle of 204.55º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96CAEE is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 202 238 -
CMYK 0.37 0.15 0 0.07
HSL 204.55º 0.72% 0.76% -
HSV(B) 204.55º 0.37% 0.93% -
XYZ 49.13 54.9 88.9 -
YUV 190.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 150 202 238 0.37 0.15 0 0.07 204.55 0.72 0.76
Hex 96 CA EE 25 F 0 7 CD 48 4C
Octal 226 312 356 45 17 0 7 315 110 114
Binary 10010110 11001010 11101110 100101 1111 0 111 11001101 1001000 1001100

Color Harmonies of #96CAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CAEE

Black with #96CAEE

Text Example


Text Example

White with #96CAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,202,238); }

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

background-color css

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

 a { background-color: rgb(150,202,238); }

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

border-color css

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

 span { border-color: rgb(150,202,238); }

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