#C4F8FE

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

Shades of Onahau #C4F8FE

Tints of Onahau #C4F8FE

Color information

#C4F8FE (or 0xC4F8FE) is unknown color: approx Onahau. HEX triplet: C4, F8 and FE. RGB value is (196,248,254). Sum of RGB (Red+Green+Blue) = 196+248+254=698 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28.08% from 698); Green value is 248 (97.27% from 255 or 35.53% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4F8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F8FE is #3B0701. Grayscale: #E9E9E9. Windows color (decimal): -3868418 or 16709828. OLE color: 16709828.

HSL color Cylindrical-coordinate representation of color #C4F8FE: hue angle of 186.21º 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 #C4F8FE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196248254-
CMYK0.230.0200.00
HSL186.21º96.67%88.24%-
HSV(B)186.21º22.83%99.61%-
XYZ74.2286.03106.46-
YUV233.14139.77101.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.08%
GREEN value IS 248 (97.27% from 255) = 35.53%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=28.08%
G=35.53%
B=36.39%

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
Decimal1962482540.230.0200.00186.2196.6788.24
HexC4F8FE17200ba6158
Octal30437037627200272141130
Binary1100010011111000111111101011110001011101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F8FE; }

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

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

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

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

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

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

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

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