#C4FAFC

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

Shades of Onahau #C4FAFC

Tints of Onahau #C4FAFC

Color information

#C4FAFC (or 0xC4FAFC) is unknown color: approx Onahau. HEX triplet: C4, FA and FC. RGB value is (196,250,252). Sum of RGB (Red+Green+Blue) = 196+250+252=698 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28.08% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAFC is #3B0503. Grayscale: #EAEAEA. Windows color (decimal): -3867908 or 16579268. OLE color: 16579268.

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

Color convert

RGB196250252-
CMYK0.220.0100.01
HSL182.14º90.32%87.84%-
HSV(B)182.14º22.22%98.82%-
XYZ74.5287.14104.99-
YUV234.08138.11100.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.08%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=28.08%
G=35.82%
B=36.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962502520.220.0100.01182.1490.3287.84
HexC4FAFC16101b65a58
Octal30437237426101266132130
Binary110001001111101011111100101101011011011010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FAFC; }

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

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

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

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

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

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

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

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