#C2F5FC

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

Shades of Onahau #C2F5FC

Tints of Onahau #C2F5FC

Color information

#C2F5FC (or 0xC2F5FC) is unknown color: approx Onahau. HEX triplet: C2, F5 and FC. RGB value is (194,245,252). Sum of RGB (Red+Green+Blue) = 194+245+252=691 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.08% from 691); Green value is 245 (96.09% from 255 or 35.46% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2F5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F5FC is #3D0A03. Grayscale: #E6E6E6. Windows color (decimal): -4000260 or 16577986. OLE color: 16577986.

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

Color convert

RGB194245252-
CMYK0.230.0300.01
HSL187.24º90.62%87.45%-
HSV(B)187.24º23.02%98.82%-
XYZ72.4783.8104.45-
YUV230.55140.1101.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.08%
GREEN value IS 245 (96.09% from 255) = 35.46%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=28.08%
G=35.46%
B=36.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942452520.230.0300.01187.2490.6287.45
HexC2F5FC17301bb5b57
Octal30236537427301273133127
Binary1100001011110101111111001011111011011101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F5FC; }

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

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

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

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

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

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

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

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