#93D2EA

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

Shades of Anakiwa #93D2EA

Tints of Anakiwa #93D2EA

Color information

#93D2EA (or 0x93D2EA) is unknown color: approx Anakiwa. HEX triplet: 93, D2 and EA. RGB value is (147,210,234). Sum of RGB (Red+Green+Blue) = 147+210+234=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #93D2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D2EA is #6C2D15. Grayscale: #C1C1C1. Windows color (decimal): -7089430 or 15389331. OLE color: 15389331.

HSL color Cylindrical-coordinate representation of color #93D2EA: hue angle of 196.55º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93D2EA is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147210234-
CMYK0.370.1000.08
HSL196.55º67.44%74.71%-
HSV(B)196.55º37.18%91.76%-
XYZ49.9358.2486.45-
YUV193.9150.6394.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.87%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=24.87%
G=35.53%
B=39.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472102340.370.1000.08196.5567.4474.71
Hex93D2EA25A08c5434b
Octal2233223524512010305103113
Binary1001001111010010111010101001011010010001100010110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,210,234); }

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

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

 a { background-color: rgb(147,210,234); }

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

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

 span { border-color: rgb(147,210,234); }

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