#C4EBF0

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

Shades of Onahau #C4EBF0

Tints of Onahau #C4EBF0

Color information

#C4EBF0 (or 0xC4EBF0) is unknown color: approx Onahau. HEX triplet: C4, EB and F0. RGB value is (196,235,240). Sum of RGB (Red+Green+Blue) = 196+235+240=671 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.21% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #C4EBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EBF0 is #3B140F. Grayscale: #DFDFDF. Windows color (decimal): -3871760 or 15788996. OLE color: 15788996.

HSL color Cylindrical-coordinate representation of color #C4EBF0: hue angle of 186.82º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4EBF0 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196235240-
CMYK0.180.0200.06
HSL186.82º59.46%85.49%-
HSV(B)186.82º18.33%94.12%-
XYZ68.277.4493.79-
YUV223.91137.08108.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.21%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 240 (94.14% from 255) = 35.77%
R=29.21%
G=35.02%
B=35.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962352400.180.0200.06186.8259.4685.49
HexC4EBF012206bb3b55
Octal3043533602220627373125
Binary11000100111010111111000010010100110101110111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EBF0; }

 p { color: rgb(196,235,240); }

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

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

 a { background-color: rgb(196,235,240); }

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

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

 span { border-color: rgb(196,235,240); }

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