Html Css Color HEX #96CEE1 Cornflower

📋 copy color: '#96CEE1'

red 150 ◦ green 206 ◦ blue 225

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

Shades of Cornflower #96CEE1

Tints of Cornflower #96CEE1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.46%

 BLUE value IS 225 (88.28% from 255) = 38.73%

R = 25.82%
G = 35.46%
B = 38.73%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#96CEE1 (or 0x96CEE1) is known color: Cornflower. HEX triplet: 96, CE and E1. RGB value is (150,206,225). Sum of RGB (Red+Green+Blue) = 150+206+225=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #96CEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEE1 is #69311E. Grayscale: #BFBFBF. Windows color (decimal): -6893855 or 14798486. OLE color: 14798486.

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

Color convert

RGB 150 206 225 -
CMYK 0.33 0.08 0 0.12
HSL 195.2º 0.56% 0.74% -
HSV(B) 195.2º 0.33% 0.88% -
XYZ 48.24 56.06 79.51 -
YUV 191.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 150 206 225 0.33 0.08 0 0.12 195.2 0.56 0.74
Hex 96 CE E1 21 8 0 C C3 38 4A
Octal 226 316 341 41 10 0 14 303 70 112
Binary 10010110 11001110 11100001 100001 1000 0 1100 11000011 111000 1001010

Color Harmonies of #96CEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEE1

Black with #96CEE1

Text Example


Text Example

White with #96CEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,206,225); }

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

background-color css

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

 a { background-color: rgb(150,206,225); }

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

border-color css

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

 span { border-color: rgb(150,206,225); }

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