#94DBED

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

Shades of Anakiwa #94DBED

Tints of Anakiwa #94DBED

Color information

#94DBED (or 0x94DBED) is unknown color: approx Anakiwa. HEX triplet: 94, DB and ED. RGB value is (148,219,237). Sum of RGB (Red+Green+Blue) = 148+219+237=604 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.50% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #94DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBED is #6B2412. Grayscale: #C7C7C7. Windows color (decimal): -7021587 or 15588244. OLE color: 15588244.

HSL color Cylindrical-coordinate representation of color #94DBED: hue angle of 192.13º 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 #94DBED is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148219237-
CMYK0.380.0800.07
HSL192.13º71.2%75.49%-
HSV(B)192.13º37.55%92.94%-
XYZ52.8363.0789.51-
YUV199.82148.9891.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.50%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=24.50%
G=36.26%
B=39.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482192370.380.0800.07192.1371.275.49
Hex94DBED26807c0474b
Octal224333355461007300107113
Binary100101001101101111101101100110100001111100000010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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