#93D6F0

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

Shades of Anakiwa #93D6F0

Tints of Anakiwa #93D6F0

Color information

#93D6F0 (or 0x93D6F0) is unknown color: approx Anakiwa. HEX triplet: 93, D6 and F0. RGB value is (147,214,240). Sum of RGB (Red+Green+Blue) = 147+214+240=601 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.46% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #93D6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93D6F0 is #6C290F. Grayscale: #C4C4C4. Windows color (decimal): -7088400 or 15783571. OLE color: 15783571.

HSL color Cylindrical-coordinate representation of color #93D6F0: hue angle of 196.77º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93D6F0 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147214240-
CMYK0.390.1100.06
HSL196.77º75.61%75.88%-
HSV(B)196.77º38.75%94.12%-
XYZ51.8160.5991.4-
YUV196.93152.392.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.46%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=24.46%
G=35.61%
B=39.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472142400.390.1100.06196.7775.6175.88
Hex93D6F027B06c54c4c
Octal223326360471306305114114
Binary100100111101011011110000100111101101101100010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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