#C2F4FC

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

Shades of Onahau #C2F4FC

Tints of Onahau #C2F4FC

Color information

#C2F4FC (or 0xC2F4FC) is unknown color: approx Onahau. HEX triplet: C2, F4 and FC. RGB value is (194,244,252). Sum of RGB (Red+Green+Blue) = 194+244+252=690 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.12% from 690); Green value is 244 (95.70% from 255 or 35.36% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F4FC is #3D0B03. Grayscale: #E5E5E5. Windows color (decimal): -4000516 or 16577730. OLE color: 16577730.

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

Color convert

RGB194244252-
CMYK0.230.0300.01
HSL188.28º90.62%87.45%-
HSV(B)188.28º23.02%98.82%-
XYZ72.1783.2104.35-
YUV229.96140.44102.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.12%
GREEN value IS 244 (95.70% from 255) = 35.36%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=28.12%
G=35.36%
B=36.52%

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
Decimal1942442520.230.0300.01188.2890.6287.45
HexC2F4FC17301bc5b57
Octal30236437427301274133127
Binary1100001011110100111111001011111011011110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F4FC; }

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

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

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

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

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

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

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

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