#C4F2FC

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

Shades of Onahau #C4F2FC

Tints of Onahau #C4F2FC

Color information

#C4F2FC (or 0xC4F2FC) is unknown color: approx Onahau. HEX triplet: C4, F2 and FC. RGB value is (196,242,252). Sum of RGB (Red+Green+Blue) = 196+242+252=690 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.41% from 690); Green value is 242 (94.92% from 255 or 35.07% 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 #C4F2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F2FC is #3B0D03. Grayscale: #E5E5E5. Windows color (decimal): -3869956 or 16577220. OLE color: 16577220.

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

Color convert

RGB196242252-
CMYK0.220.0400.01
HSL190.71º90.32%87.84%-
HSV(B)190.71º22.22%98.82%-
XYZ72.0982.27104.18-
YUV229.39140.76104.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.41%
GREEN value IS 242 (94.92% from 255) = 35.07%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=28.41%
G=35.07%
B=36.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962422520.220.0400.01190.7190.3287.84
HexC4F2FC16401bf5a58
Octal30436237426401277132130
Binary11000100111100101111110010110100011011111110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F2FC; }

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

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

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

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

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

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

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

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