#C4F4FC

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

Shades of Onahau #C4F4FC

Tints of Onahau #C4F4FC

Color information

#C4F4FC (or 0xC4F4FC) is unknown color: approx Onahau. HEX triplet: C4, F4 and FC. RGB value is (196,244,252). Sum of RGB (Red+Green+Blue) = 196+244+252=692 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.32% from 692); Green value is 244 (95.70% from 255 or 35.26% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4F4FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F4FC is #3B0B03. Grayscale: #E6E6E6. Windows color (decimal): -3869444 or 16577732. OLE color: 16577732.

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

Color convert

RGB196244252-
CMYK0.220.0300.01
HSL188.57º90.32%87.84%-
HSV(B)188.57º22.22%98.82%-
XYZ72.6983.47104.37-
YUV230.56140.1103.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.32%
GREEN value IS 244 (95.70% from 255) = 35.26%
BLUE value IS 252 (98.83% from 255) = 36.42%
R=28.32%
G=35.26%
B=36.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962442520.220.0300.01188.5790.3287.84
HexC4F4FC16301bd5a58
Octal30436437426301275132130
Binary1100010011110100111111001011011011011110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F4FC; }

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

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

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

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

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

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

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

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