#C0E8FC

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

Shades of Onahau #C0E8FC

Tints of Onahau #C0E8FC

Color information

#C0E8FC (or 0xC0E8FC) is unknown color: approx Onahau. HEX triplet: C0, E8 and FC. RGB value is (192,232,252). Sum of RGB (Red+Green+Blue) = 192+232+252=676 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.40% from 676); Green value is 232 (91.02% from 255 or 34.32% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0E8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E8FC is #3F1703. Grayscale: #DEDEDE. Windows color (decimal): -4134660 or 16574656. OLE color: 16574656.

HSL color Cylindrical-coordinate representation of color #C0E8FC: hue angle of 200º 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 #C0E8FC is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192232252-
CMYK0.240.0800.01
HSL200º90.91%87.06%-
HSV(B)200º23.81%98.82%-
XYZ68.1775.95103.16-
YUV222.32144.75106.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.40%
GREEN value IS 232 (91.02% from 255) = 34.32%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=28.40%
G=34.32%
B=37.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922322520.240.0800.0120090.9187.06
HexC0E8FC18801c85b57
Octal300350374301001310133127
Binary110000001110100011111100110001000011100100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E8FC; }

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

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

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

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

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

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

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

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