Html Css Color HEX #96C0ED Cornflower

📋 copy color: '#96C0ED'

red 150 ◦ green 192 ◦ blue 237

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

Shades of Cornflower #96C0ED

Tints of Cornflower #96C0ED

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.16%

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

R = 25.91%
G = 33.16%
B = 40.93%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96C0ED (or 0x96C0ED) is known color: Cornflower. HEX triplet: 96, C0 and ED. RGB value is (150,192,237). Sum of RGB (Red+Green+Blue) = 150+192+237=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #96C0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C0ED is #693F12. Grayscale: #B8B8B8. Windows color (decimal): -6897427 or 15581334. OLE color: 15581334.

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

Color convert

RGB 150 192 237 -
CMYK 0.37 0.19 0 0.07
HSL 211.03º 0.71% 0.76% -
HSV(B) 211.03º 0.37% 0.93% -
XYZ 46.71 50.3 87.37 -
YUV 184.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 150 192 237 0.37 0.19 0 0.07 211.03 0.71 0.76
Hex 96 C0 ED 25 13 0 7 D3 47 4C
Octal 226 300 355 45 23 0 7 323 107 114
Binary 10010110 11000000 11101101 100101 10011 0 111 11010011 1000111 1001100

Color Harmonies of #96C0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0ED

Black with #96C0ED

Text Example


Text Example

White with #96C0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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