#C2EBFC

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

Shades of Onahau #C2EBFC

Tints of Onahau #C2EBFC

Color information

#C2EBFC (or 0xC2EBFC) is unknown color: approx Onahau. HEX triplet: C2, EB and FC. RGB value is (194,235,252). Sum of RGB (Red+Green+Blue) = 194+235+252=681 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.49% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2EBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBFC is #3D1403. Grayscale: #E0E0E0. Windows color (decimal): -4002820 or 16575426. OLE color: 16575426.

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

Color convert

RGB194235252-
CMYK0.230.0700.01
HSL197.59º90.62%87.45%-
HSV(B)197.59º23.02%98.82%-
XYZ69.5377.91103.47-
YUV224.68143.42106.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.49%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 252 (98.83% from 255) = 37.00%
R=28.49%
G=34.51%
B=37.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942352520.230.0700.01197.5990.6287.45
HexC2EBFC17701c65b57
Octal30235337427701306133127
Binary11000010111010111111110010111111011100011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBFC; }

 p { color: rgb(194,235,252); }

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

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

 a { background-color: rgb(194,235,252); }

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

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

 span { border-color: rgb(194,235,252); }

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