#C2F6FA

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

Shades of Onahau #C2F6FA

Tints of Onahau #C2F6FA

Color information

#C2F6FA (or 0xC2F6FA) is unknown color: approx Onahau. HEX triplet: C2, F6 and FA. RGB value is (194,246,250). Sum of RGB (Red+Green+Blue) = 194+246+250=690 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.12% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2F6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F6FA is #3D0905. Grayscale: #E6E6E6. Windows color (decimal): -4000006 or 16447170. OLE color: 16447170.

HSL color Cylindrical-coordinate representation of color #C2F6FA: hue angle of 184.29º 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 #C2F6FA is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194246250-
CMYK0.220.0200.02
HSL184.29º84.85%87.06%-
HSV(B)184.29º22.4%98.04%-
XYZ72.4684.28102.89-
YUV230.91138.77101.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.12%
GREEN value IS 246 (96.48% from 255) = 35.65%
BLUE value IS 250 (98.05% from 255) = 36.23%
R=28.12%
G=35.65%
B=36.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942462500.220.0200.02184.2984.8587.06
HexC2F6FA16202b85557
Octal30236637226202270125127
Binary11000010111101101111101010110100101011100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F6FA; }

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

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

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

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

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

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

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

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