#8AC4DD

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

Shades of Anakiwa #8AC4DD

Tints of Anakiwa #8AC4DD

Color information

#8AC4DD (or 0x8AC4DD) is unknown color: approx Anakiwa. HEX triplet: 8A, C4 and DD. RGB value is (138,196,221). Sum of RGB (Red+Green+Blue) = 138+196+221=555 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.86% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC4DD is #753B22. Grayscale: #B5B5B5. Windows color (decimal): -7682851 or 14533770. OLE color: 14533770.

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

Color convert

RGB138196221-
CMYK0.380.1100.13
HSL198.07º54.97%70.39%-
HSV(B)198.07º37.56%86.67%-
XYZ43.2750.175.8-
YUV181.51150.2896.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.86%
GREEN value IS 196 (76.95% from 255) = 35.32%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=24.86%
G=35.32%
B=39.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1381962210.380.1100.13198.0754.9770.39
Hex8AC4DD26B0Dc63746
Octal212304335461301530667106
Binary100010101100010011011101100110101101101110001101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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