#94DAEC

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

Shades of Anakiwa #94DAEC

Tints of Anakiwa #94DAEC

Color information

#94DAEC (or 0x94DAEC) is unknown color: approx Anakiwa. HEX triplet: 94, DA and EC. RGB value is (148,218,236). Sum of RGB (Red+Green+Blue) = 148+218+236=602 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.58% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #94DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DAEC is #6B2513. Grayscale: #C6C6C6. Windows color (decimal): -7021844 or 15522452. OLE color: 15522452.

HSL color Cylindrical-coordinate representation of color #94DAEC: hue angle of 192.27º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94DAEC is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148218236-
CMYK0.370.0800.07
HSL192.27º69.84%75.29%-
HSV(B)192.27º37.29%92.55%-
XYZ52.4262.4988.66-
YUV199.12148.8191.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.58%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=24.58%
G=36.21%
B=39.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482182360.370.0800.07192.2769.8475.29
Hex94DAEC25807c0464b
Octal224332354451007300106113
Binary100101001101101011101100100101100001111100000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DAEC; }

 p { color: rgb(148,218,236); }

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

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

 a { background-color: rgb(148,218,236); }

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

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

 span { border-color: rgb(148,218,236); }

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