#C2F2FC

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

Shades of Onahau #C2F2FC

Tints of Onahau #C2F2FC

Color information

#C2F2FC (or 0xC2F2FC) is unknown color: approx Onahau. HEX triplet: C2, F2 and FC. RGB value is (194,242,252). Sum of RGB (Red+Green+Blue) = 194+242+252=688 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.20% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2F2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F2FC is #3D0D03. Grayscale: #E4E4E4. Windows color (decimal): -4001028 or 16577218. OLE color: 16577218.

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

Color convert

RGB194242252-
CMYK0.230.0400.01
HSL190.34º90.62%87.45%-
HSV(B)190.34º23.02%98.82%-
XYZ71.5782104.15-
YUV228.79141.1103.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.20%
GREEN value IS 242 (94.92% from 255) = 35.17%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=28.20%
G=35.17%
B=36.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942422520.230.0400.01190.3490.6287.45
HexC2F2FC17401be5b57
Octal30236237427401276133127
Binary11000010111100101111110010111100011011111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F2FC; }

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

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

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

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

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

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

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

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