#C4EFFD

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

Shades of Onahau #C4EFFD

Tints of Onahau #C4EFFD

Color information

#C4EFFD (or 0xC4EFFD) is unknown color: approx Onahau. HEX triplet: C4, EF and FD. RGB value is (196,239,253). Sum of RGB (Red+Green+Blue) = 196+239+253=688 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.49% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EFFD is #3B1002. Grayscale: #E3E3E3. Windows color (decimal): -3870723 or 16641988. OLE color: 16641988.

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

Color convert

RGB196239253-
CMYK0.230.0600.01
HSL194.74º93.44%88.04%-
HSV(B)194.74º22.53%99.22%-
XYZ71.3680.56104.72-
YUV227.74142.25105.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.49%
GREEN value IS 239 (93.75% from 255) = 34.74%
BLUE value IS 253 (99.22% from 255) = 36.77%
R=28.49%
G=34.74%
B=36.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962392530.230.0600.01194.7493.4488.04
HexC4EFFD17601c35d58
Octal30435737527601303135130
Binary11000100111011111111110110111110011100001110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EFFD; }

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

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

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

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

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

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

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

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