#93DAEE

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

Shades of Anakiwa #93DAEE

Tints of Anakiwa #93DAEE

Color information

#93DAEE (or 0x93DAEE) is unknown color: approx Anakiwa. HEX triplet: 93, DA and EE. RGB value is (147,218,238). Sum of RGB (Red+Green+Blue) = 147+218+238=603 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.38% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #93DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DAEE is #6C2511. Grayscale: #C6C6C6. Windows color (decimal): -7087378 or 15653523. OLE color: 15653523.

HSL color Cylindrical-coordinate representation of color #93DAEE: hue angle of 193.19º degrees, saturation: 0.73, 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 #93DAEE is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147218238-
CMYK0.380.0800.07
HSL193.19º72.8%75.49%-
HSV(B)193.19º38.24%93.33%-
XYZ52.5462.5290.19-
YUV199.05149.9890.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.38%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 238 (93.36% from 255) = 39.47%
R=24.38%
G=36.15%
B=39.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472182380.380.0800.07193.1972.875.49
Hex93DAEE26807c1494b
Octal223332356461007301111113
Binary100100111101101011101110100110100001111100000110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,218,238); }

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

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

 a { background-color: rgb(147,218,238); }

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

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

 span { border-color: rgb(147,218,238); }

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