#93D7E6

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

Shades of Anakiwa #93D7E6

Tints of Anakiwa #93D7E6

Color information

#93D7E6 (or 0x93D7E6) is unknown color: approx Anakiwa. HEX triplet: 93, D7 and E6. RGB value is (147,215,230). Sum of RGB (Red+Green+Blue) = 147+215+230=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #93D7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D7E6 is #6C2819. Grayscale: #C4C4C4. Windows color (decimal): -7088154 or 15128467. OLE color: 15128467.

HSL color Cylindrical-coordinate representation of color #93D7E6: hue angle of 190.84º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93D7E6 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB147215230-
CMYK0.360.0700.10
HSL190.84º62.41%73.92%-
HSV(B)190.84º36.09%90.2%-
XYZ50.6260.5283.88-
YUV196.38146.9792.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.83%
GREEN value IS 215 (84.38% from 255) = 36.32%
BLUE value IS 230 (90.23% from 255) = 38.85%
R=24.83%
G=36.32%
B=38.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1472152300.360.0700.10190.8462.4173.92
Hex93D7E62470Abf3e4a
Octal22332734644701227776112
Binary10010011110101111110011010010011101010101111111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,215,230); }

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

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

 a { background-color: rgb(147,215,230); }

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

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

 span { border-color: rgb(147,215,230); }

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