#93d9e8

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

Shades of Anakiwa #93D9E8

Tints of Anakiwa #93D9E8

Color information

#93D9E8 (or 0x93D9E8) is unknown color: approx Anakiwa. HEX triplet: 93, D9 and E8. RGB value is (147,217,232). Sum of RGB (Red+Green+Blue) = 147+217+232=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #93D9E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D9E8 is #6C2617. Grayscale: #C5C5C5. Windows color (decimal): -7087640 or 15260051. OLE color: 15260051.

HSL color Cylindrical-coordinate representation of color #93D9E8: hue angle of 190.59º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93D9E8 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB147217232-
CMYK0.370.0600.09
HSL190.59º64.89%74.31%-
HSV(B)190.59º36.64%90.98%-
XYZ51.4161.6585.53-
YUV197.78147.3191.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.66%
GREEN value IS 217 (85.16% from 255) = 36.41%
BLUE value IS 232 (91.02% from 255) = 38.93%
R=24.66%
G=36.41%
B=38.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1472172320.370.0600.09190.5964.8974.31
Hex93D9E825609bf414a
Octal223331350456011277101112
Binary100100111101100111101000100101110010011011111110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93d9e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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