#C4E5EF

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

Shades of Onahau #C4E5EF

Tints of Onahau #C4E5EF

Color information

#C4E5EF (or 0xC4E5EF) is unknown color: approx Onahau. HEX triplet: C4, E5 and EF. RGB value is (196,229,239). Sum of RGB (Red+Green+Blue) = 196+229+239=664 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.52% from 664); Green value is 229 (89.84% from 255 or 34.49% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4E5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E5EF is #3B1A10. Grayscale: #DCDCDC. Windows color (decimal): -3873297 or 15721924. OLE color: 15721924.

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

Color convert

RGB196229239-
CMYK0.180.0400.06
HSL193.95º57.33%85.29%-
HSV(B)193.95º17.99%93.73%-
XYZ66.3674.0192.45-
YUV220.27138.57110.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.52%
GREEN value IS 229 (89.84% from 255) = 34.49%
BLUE value IS 239 (93.75% from 255) = 35.99%
R=29.52%
G=34.49%
B=35.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1962292390.180.0400.06193.9557.3385.29
HexC4E5EF12406c23955
Octal3043453572240630271125
Binary110001001110010111101111100101000110110000101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E5EF; }

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

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

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

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

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

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

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

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