#94D8ED

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

Shades of Anakiwa #94D8ED

Tints of Anakiwa #94D8ED

Color information

#94D8ED (or 0x94D8ED) is unknown color: approx Anakiwa. HEX triplet: 94, D8 and ED. RGB value is (148,216,237). Sum of RGB (Red+Green+Blue) = 148+216+237=601 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.63% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #94D8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D8ED is #6B2712. Grayscale: #C5C5C5. Windows color (decimal): -7022355 or 15587476. OLE color: 15587476.

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

Color convert

RGB148216237-
CMYK0.380.0900.07
HSL194.16º71.2%75.49%-
HSV(B)194.16º37.55%92.94%-
XYZ52.0561.5289.25-
YUV198.06149.9792.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.63%
GREEN value IS 216 (84.77% from 255) = 35.94%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=24.63%
G=35.94%
B=39.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482162370.380.0900.07194.1671.275.49
Hex94D8ED26907c2474b
Octal224330355461107302107113
Binary100101001101100011101101100110100101111100001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,216,237); }

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

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

 a { background-color: rgb(148,216,237); }

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

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

 span { border-color: rgb(148,216,237); }

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