#C0ECFC

Color #C0ECFC Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #C0ECFC

Tints of Onahau #C0ECFC

Color information

#C0ECFC (or 0xC0ECFC) is unknown color: approx Onahau. HEX triplet: C0, EC and FC. RGB value is (192,236,252). Sum of RGB (Red+Green+Blue) = 192+236+252=680 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.24% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0ECFC is #3F1303. Grayscale: #E0E0E0. Windows color (decimal): -4133636 or 16575680. OLE color: 16575680.

HSL color Cylindrical-coordinate representation of color #C0ECFC: hue angle of 196º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0ECFC is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192236252-
CMYK0.240.0600.01
HSL196º90.91%87.06%-
HSV(B)196º23.81%98.82%-
XYZ69.378.23103.54-
YUV224.67143.42104.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.24%
GREEN value IS 236 (92.58% from 255) = 34.71%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=28.24%
G=34.71%
B=37.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922362520.240.0600.0119690.9187.06
HexC0ECFC18601c45b57
Octal30035437430601304133127
Binary11000000111011001111110011000110011100010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ECFC; }

 p { color: rgb(192,236,252); }

 H1.HeaderClassName
 {
   color: #C0ECFC;
 }
 .AnyTagClassName
 {
   color: #C0ECFC;
 }
</style>
background-color css

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

 a { background-color: rgb(192,236,252); }

 div.DivClassName
 {
   background-color: #C0ECFC;
 }
 .BgClassName
 {
   background-color: #C0ECFC;
 }
</style>
border-color css

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

 span { border-color: rgb(192,236,252); }

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