Html Css Color HEX #96C3E0 Cornflower

📋 copy color: '#96C3E0'

red 150 ◦ green 195 ◦ blue 224

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

Shades of Cornflower #96C3E0

Tints of Cornflower #96C3E0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.27%

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

R = 26.36%
G = 34.27%
B = 39.37%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#96C3E0 (or 0x96C3E0) is known color: Cornflower. HEX triplet: 96, C3 and E0. RGB value is (150,195,224). Sum of RGB (Red+Green+Blue) = 150+195+224=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #96C3E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C3E0 is #693C1F. Grayscale: #B8B8B8. Windows color (decimal): -6896672 or 14730134. OLE color: 14730134.

HSL color Cylindrical-coordinate representation of color #96C3E0: hue angle of 203.51º 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 #96C3E0 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 195 224 -
CMYK 0.33 0.13 0 0.12
HSL 203.51º 0.54% 0.73% -
HSV(B) 203.51º 0.33% 0.88% -
XYZ 45.55 50.9 77.94 -
YUV 184.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 150 195 224 0.33 0.13 0 0.12 203.51 0.54 0.73
Hex 96 C3 E0 21 D 0 C CC 36 49
Octal 226 303 340 41 15 0 14 314 66 111
Binary 10010110 11000011 11100000 100001 1101 0 1100 11001100 110110 1001001

Color Harmonies of #96C3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C3E0

Black with #96C3E0

Text Example


Text Example

White with #96C3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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