#93D6E8

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

Shades of Anakiwa #93D6E8

Tints of Anakiwa #93D6E8

Color information

#93D6E8 (or 0x93D6E8) is unknown color: approx Anakiwa. HEX triplet: 93, D6 and E8. RGB value is (147,214,232). Sum of RGB (Red+Green+Blue) = 147+214+232=593 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.79% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #93D6E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D6E8 is #6C2917. Grayscale: #C3C3C3. Windows color (decimal): -7088408 or 15259283. OLE color: 15259283.

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

Color convert

RGB147214232-
CMYK0.370.0800.09
HSL192.71º64.89%74.31%-
HSV(B)192.71º36.64%90.98%-
XYZ50.6460.1285.28-
YUV196.02148.393.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.79%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 232 (91.02% from 255) = 39.12%
R=24.79%
G=36.09%
B=39.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1472142320.370.0800.09192.7164.8974.31
Hex93D6E825809c1414a
Octal2233263504510011301101112
Binary1001001111010110111010001001011000010011100000110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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