#93D9ED

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

Shades of Anakiwa #93D9ED

Tints of Anakiwa #93D9ED

Color information

#93D9ED (or 0x93D9ED) is unknown color: approx Anakiwa. HEX triplet: 93, D9 and ED. RGB value is (147,217,237). Sum of RGB (Red+Green+Blue) = 147+217+237=601 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.46% from 601); Green value is 217 (85.16% from 255 or 36.11% 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 #93D9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D9ED is #6C2612. Grayscale: #C6C6C6. Windows color (decimal): -7087635 or 15587731. OLE color: 15587731.

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

Color convert

RGB147217237-
CMYK0.380.0800.07
HSL193.33º71.43%75.29%-
HSV(B)193.33º37.97%92.94%-
XYZ52.1361.9489.33-
YUV198.35149.8191.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.46%
GREEN value IS 217 (85.16% from 255) = 36.11%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=24.46%
G=36.11%
B=39.43%

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
Decimal1472172370.380.0800.07193.3371.4375.29
Hex93D9ED26807c1474b
Octal223331355461007301107113
Binary100100111101100111101101100110100001111100000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D9ED; }

 p { color: rgb(147,217,237); }

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

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

 a { background-color: rgb(147,217,237); }

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

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

 span { border-color: rgb(147,217,237); }

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