#C3F4FC

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

Shades of Onahau #C3F4FC

Tints of Onahau #C3F4FC

Color information

#C3F4FC (or 0xC3F4FC) is unknown color: approx Onahau. HEX triplet: C3, F4 and FC. RGB value is (195,244,252). Sum of RGB (Red+Green+Blue) = 195+244+252=691 (91% of max value = 765). Red value is 195 (76.56% from 255 or 28.22% from 691); Green value is 244 (95.70% from 255 or 35.31% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F4FC is #3C0B03. Grayscale: #E6E6E6. Windows color (decimal): -3934980 or 16577731. OLE color: 16577731.

HSL color Cylindrical-coordinate representation of color #C3F4FC: hue angle of 188.42º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3F4FC is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195244252-
CMYK0.230.0300.01
HSL188.42º90.48%87.65%-
HSV(B)188.42º22.62%98.82%-
XYZ72.4383.33104.36-
YUV230.26140.27102.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.22%
GREEN value IS 244 (95.70% from 255) = 35.31%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=28.22%
G=35.31%
B=36.47%

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
Decimal1952442520.230.0300.01188.4290.4887.65
HexC3F4FC17301bc5a58
Octal30336437427301274132130
Binary1100001111110100111111001011111011011110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F4FC; }

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

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

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

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

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

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

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

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