#C2F4FA

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

Shades of Onahau #C2F4FA

Tints of Onahau #C2F4FA

Color information

#C2F4FA (or 0xC2F4FA) is unknown color: approx Onahau. HEX triplet: C2, F4 and FA. RGB value is (194,244,250). Sum of RGB (Red+Green+Blue) = 194+244+250=688 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.20% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2F4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F4FA is #3D0B05. Grayscale: #E5E5E5. Windows color (decimal): -4000518 or 16446658. OLE color: 16446658.

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

Color convert

RGB194244250-
CMYK0.220.0200.02
HSL186.43º84.85%87.06%-
HSV(B)186.43º22.4%98.04%-
XYZ71.8583.07102.69-
YUV229.73139.44102.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.20%
GREEN value IS 244 (95.70% from 255) = 35.47%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=28.20%
G=35.47%
B=36.34%

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
Decimal1942442500.220.0200.02186.4384.8587.06
HexC2F4FA16202ba5557
Octal30236437226202272125127
Binary11000010111101001111101010110100101011101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F4FA; }

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

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

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

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

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

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

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

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