#93D6ED

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

Shades of Anakiwa #93D6ED

Tints of Anakiwa #93D6ED

Color information

#93D6ED (or 0x93D6ED) is unknown color: approx Anakiwa. HEX triplet: 93, D6 and ED. RGB value is (147,214,237). Sum of RGB (Red+Green+Blue) = 147+214+237=598 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.58% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #93D6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D6ED is #6C2912. Grayscale: #C4C4C4. Windows color (decimal): -7088403 or 15586963. OLE color: 15586963.

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

Color convert

RGB147214237-
CMYK0.380.1000.07
HSL195.33º71.43%75.29%-
HSV(B)195.33º37.97%92.94%-
XYZ51.3760.4189.07-
YUV196.59150.892.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.58%
GREEN value IS 214 (83.98% from 255) = 35.79%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=24.58%
G=35.79%
B=39.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472142370.380.1000.07195.3371.4375.29
Hex93D6ED26A07c3474b
Octal223326355461207303107113
Binary100100111101011011101101100110101001111100001110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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