Html Css Color HEX #96C2ED Cornflower

📋 copy color: '#96C2ED'

red 150 ◦ green 194 ◦ blue 237

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

Shades of Cornflower #96C2ED

Tints of Cornflower #96C2ED

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.39%

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 25.82%
G = 33.39%
B = 40.79%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96C2ED (or 0x96C2ED) is known color: Cornflower. HEX triplet: 96, C2 and ED. RGB value is (150,194,237). Sum of RGB (Red+Green+Blue) = 150+194+237=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #96C2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C2ED is #693D12. Grayscale: #B9B9B9. Windows color (decimal): -6896915 or 15581846. OLE color: 15581846.

HSL color Cylindrical-coordinate representation of color #96C2ED: hue angle of 209.66º degrees, saturation: 0.71, 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 #96C2ED is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 194 237 -
CMYK 0.37 0.18 0 0.07
HSL 209.66º 0.71% 0.76% -
HSV(B) 209.66º 0.37% 0.93% -
XYZ 47.16 51.18 87.51 -
YUV 185.75 156.92 102.5 -
System Red Green Blue C M Y K H S L
Decimal 150 194 237 0.37 0.18 0 0.07 209.66 0.71 0.76
Hex 96 C2 ED 25 12 0 7 D2 47 4C
Octal 226 302 355 45 22 0 7 322 107 114
Binary 10010110 11000010 11101101 100101 10010 0 111 11010010 1000111 1001100

Color Harmonies of #96C2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C2ED

Black with #96C2ED

Text Example


Text Example

White with #96C2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,237); }

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

background-color css

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

 a { background-color: rgb(150,194,237); }

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

border-color css

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

 span { border-color: rgb(150,194,237); }

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