#8AC2DD

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

Shades of Anakiwa #8AC2DD

Tints of Anakiwa #8AC2DD

Color information

#8AC2DD (or 0x8AC2DD) is unknown color: approx Anakiwa. HEX triplet: 8A, C2 and DD. RGB value is (138,194,221). Sum of RGB (Red+Green+Blue) = 138+194+221=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC2DD is #753D22. Grayscale: #B4B4B4. Windows color (decimal): -7683363 or 14533258. OLE color: 14533258.

HSL color Cylindrical-coordinate representation of color #8AC2DD: hue angle of 199.52º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AC2DD is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138194221-
CMYK0.380.1200.13
HSL199.52º54.97%70.39%-
HSV(B)199.52º37.56%86.67%-
XYZ42.8249.2175.65-
YUV180.33150.9597.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.95%
GREEN value IS 194 (76.17% from 255) = 35.08%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=24.95%
G=35.08%
B=39.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381942210.380.1200.13199.5254.9770.39
Hex8AC2DD26C0Dc83746
Octal212302335461401531067106
Binary100010101100001011011101100110110001101110010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AC2DD; }

 p { color: rgb(138,194,221); }

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

<style>
 a { background-color: #8AC2DD; }

 a { background-color: rgb(138,194,221); }

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

<style>
 span { border-color: #8AC2DD; }

 span { border-color: rgb(138,194,221); }

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