#C4EFF8

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

Shades of Onahau #C4EFF8

Tints of Onahau #C4EFF8

Color information

#C4EFF8 (or 0xC4EFF8) is unknown color: approx Onahau. HEX triplet: C4, EF and F8. RGB value is (196,239,248). Sum of RGB (Red+Green+Blue) = 196+239+248=683 (90% of max value = 765). Red value is 196 (76.95% from 255 or 28.70% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #C4EFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EFF8 is #3B1007. Grayscale: #E3E3E3. Windows color (decimal): -3870728 or 16314308. OLE color: 16314308.

HSL color Cylindrical-coordinate representation of color #C4EFF8: hue angle of 190.38º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4EFF8 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB196239248-
CMYK0.210.0400.03
HSL190.38º78.79%87.06%-
HSV(B)190.38º20.97%97.25%-
XYZ70.5780.25100.58-
YUV227.17139.75105.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.70%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 248 (97.27% from 255) = 36.31%
R=28.70%
G=34.99%
B=36.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1962392480.210.0400.03190.3878.7987.06
HexC4EFF815403be4f57
Octal30435737025403276117127
Binary110001001110111111111000101011000111011111010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EFF8; }

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

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

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

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

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

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

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

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