#8AC0DD

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

Shades of Anakiwa #8AC0DD

Tints of Anakiwa #8AC0DD

Color information

#8AC0DD (or 0x8AC0DD) is unknown color: approx Anakiwa. HEX triplet: 8A, C0 and DD. RGB value is (138,192,221). Sum of RGB (Red+Green+Blue) = 138+192+221=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0DD is #753F22. Grayscale: #B2B2B2. Windows color (decimal): -7683875 or 14532746. OLE color: 14532746.

HSL color Cylindrical-coordinate representation of color #8AC0DD: hue angle of 200.96º 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 #8AC0DD is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138192221-
CMYK0.380.1300.13
HSL200.96º54.97%70.39%-
HSV(B)200.96º37.56%86.67%-
XYZ42.3848.3275.5-
YUV179.16151.6198.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.05%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=25.05%
G=34.85%
B=40.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381922210.380.1300.13200.9654.9770.39
Hex8AC0DD26D0Dc93746
Octal212300335461501531167106
Binary100010101100000011011101100110110101101110010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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