Html Css Color HEX #96BEE0 Cornflower

📋 copy color: '#96BEE0'

red 150 ◦ green 190 ◦ blue 224

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

Shades of Cornflower #96BEE0

Tints of Cornflower #96BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.69%

 BLUE value IS 224 (87.89% from 255) = 39.72%

R = 26.6%
G = 33.69%
B = 39.72%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#96BEE0 (or 0x96BEE0) is known color: Cornflower. HEX triplet: 96, BE and E0. RGB value is (150,190,224). Sum of RGB (Red+Green+Blue) = 150+190+224=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #96BEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEE0 is #69411F. Grayscale: #B5B5B5. Windows color (decimal): -6897952 or 14728854. OLE color: 14728854.

HSL color Cylindrical-coordinate representation of color #96BEE0: hue angle of 207.57º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96BEE0 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 190 224 -
CMYK 0.33 0.15 0 0.12
HSL 207.57º 0.54% 0.73% -
HSV(B) 207.57º 0.33% 0.88% -
XYZ 44.45 48.69 77.58 -
YUV 181.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 150 190 224 0.33 0.15 0 0.12 207.57 0.54 0.73
Hex 96 BE E0 21 F 0 C D0 36 49
Octal 226 276 340 41 17 0 14 320 66 111
Binary 10010110 10111110 11100000 100001 1111 0 1100 11010000 110110 1001001

Color Harmonies of #96BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEE0

Black with #96BEE0

Text Example


Text Example

White with #96BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,190,224); }

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

background-color css

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

 a { background-color: rgb(150,190,224); }

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

border-color css

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

 span { border-color: rgb(150,190,224); }

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