#C4FAFE

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

Shades of Onahau #C4FAFE

Tints of Onahau #C4FAFE

Color information

#C4FAFE (or 0xC4FAFE) is unknown color: approx Onahau. HEX triplet: C4, FA and FE. RGB value is (196,250,254). Sum of RGB (Red+Green+Blue) = 196+250+254=700 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FAFE is #3B0501. Grayscale: #EAEAEA. Windows color (decimal): -3867906 or 16710340. OLE color: 16710340.

HSL color Cylindrical-coordinate representation of color #C4FAFE: hue angle of 184.14º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FAFE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196250254-
CMYK0.230.0200.00
HSL184.14º96.67%88.24%-
HSV(B)184.14º22.83%99.61%-
XYZ74.8487.26106.66-
YUV234.31139.11100.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=28%
G=35.71%
B=36.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1962502540.230.0200.00184.1496.6788.24
HexC4FAFE17200b86158
Octal30437237627200270141130
Binary1100010011111010111111101011110001011100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FAFE; }

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

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

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

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

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

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

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

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