#C4EBEF

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

Shades of Onahau #C4EBEF

Tints of Onahau #C4EBEF

Color information

#C4EBEF (or 0xC4EBEF) is unknown color: approx Onahau. HEX triplet: C4, EB and EF. RGB value is (196,235,239). Sum of RGB (Red+Green+Blue) = 196+235+239=670 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.25% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EBEF is #3B1410. Grayscale: #DFDFDF. Windows color (decimal): -3871761 or 15723460. OLE color: 15723460.

HSL color Cylindrical-coordinate representation of color #C4EBEF: hue angle of 185.58º degrees, saturation: 0.57, 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 #C4EBEF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196235239-
CMYK0.180.0200.06
HSL185.58º57.33%85.29%-
HSV(B)185.58º17.99%93.73%-
XYZ68.0577.3893.01-
YUV223.8136.58108.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.25%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=29.25%
G=35.07%
B=35.67%

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
Decimal1962352390.180.0200.06185.5857.3385.29
HexC4EBEF12206ba3955
Octal3043533572220627271125
Binary11000100111010111110111110010100110101110101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EBEF; }

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

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

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

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

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

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

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

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