#C4F8FF

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

Shades of Onahau #C4F8FF

Tints of Onahau #C4F8FF

Color information

#C4F8FF (or 0xC4F8FF) is unknown color: approx Onahau. HEX triplet: C4, F8 and FF. RGB value is (196,248,255). Sum of RGB (Red+Green+Blue) = 196+248+255=699 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28.04% from 699); Green value is 248 (97.27% from 255 or 35.48% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4F8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F8FF is #3B0700. Grayscale: #E9E9E9. Windows color (decimal): -3868417 or 16775364. OLE color: 16775364.

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

Color convert

RGB196248255-
CMYK0.230.0300
HSL187.12º100%88.43%-
HSV(B)187.12º23.14%100%-
XYZ74.3886.09107.3-
YUV233.25140.27101.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.04%
GREEN value IS 248 (97.27% from 255) = 35.48%
BLUE value IS 255 (100% from 255) = 36.48%
R=28.04%
G=35.48%
B=36.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962482550.230.0300187.1210088.43
HexC4F8FF17300bb6458
Octal30437037727300273144130
Binary1100010011111000111111111011111001011101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F8FF; }

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

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

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

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

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

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

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

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