#C2F8FA

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

Shades of Onahau #C2F8FA

Tints of Onahau #C2F8FA

Color information

#C2F8FA (or 0xC2F8FA) is unknown color: approx Onahau. HEX triplet: C2, F8 and FA. RGB value is (194,248,250). Sum of RGB (Red+Green+Blue) = 194+248+250=692 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.03% from 692); Green value is 248 (97.27% from 255 or 35.84% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2F8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F8FA is #3D0705. Grayscale: #E8E8E8. Windows color (decimal): -3999494 or 16447682. OLE color: 16447682.

HSL color Cylindrical-coordinate representation of color #C2F8FA: hue angle of 182.14º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2F8FA is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194248250-
CMYK0.220.0100.02
HSL182.14º84.85%87.06%-
HSV(B)182.14º22.4%98.04%-
XYZ73.0785.51103.1-
YUV232.08138.11100.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.03%
GREEN value IS 248 (97.27% from 255) = 35.84%
BLUE value IS 250 (98.05% from 255) = 36.13%
R=28.03%
G=35.84%
B=36.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942482500.220.0100.02182.1484.8587.06
HexC2F8FA16102b65557
Octal30237037226102266125127
Binary1100001011111000111110101011010101011011010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F8FA; }

 p { color: rgb(194,248,250); }

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

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

 a { background-color: rgb(194,248,250); }

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

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

 span { border-color: rgb(194,248,250); }

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