#C2F3FA

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

Shades of Onahau #C2F3FA

Tints of Onahau #C2F3FA

Color information

#C2F3FA (or 0xC2F3FA) is unknown color: approx Onahau. HEX triplet: C2, F3 and FA. RGB value is (194,243,250). Sum of RGB (Red+Green+Blue) = 194+243+250=687 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.24% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2F3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F3FA is #3D0C05. Grayscale: #E5E5E5. Windows color (decimal): -4000774 or 16446402. OLE color: 16446402.

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

Color convert

RGB194243250-
CMYK0.220.0300.02
HSL187.5º84.85%87.06%-
HSV(B)187.5º22.4%98.04%-
XYZ71.5582.47102.59-
YUV229.15139.77102.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.24%
GREEN value IS 243 (95.31% from 255) = 35.37%
BLUE value IS 250 (98.05% from 255) = 36.39%
R=28.24%
G=35.37%
B=36.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942432500.220.0300.02187.584.8587.06
HexC2F3FA16302bc5557
Octal30236337226302274125127
Binary11000010111100111111101010110110101011110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F3FA; }

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

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

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

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

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

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

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

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