#8ACCEE

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

Shades of Anakiwa #8ACCEE

Tints of Anakiwa #8ACCEE

Color information

#8ACCEE (or 0x8ACCEE) is unknown color: approx Anakiwa. HEX triplet: 8A, CC and EE. RGB value is (138,204,238). Sum of RGB (Red+Green+Blue) = 138+204+238=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ACCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACCEE is #753311. Grayscale: #BBBBBB. Windows color (decimal): -7680786 or 15649930. OLE color: 15649930.

HSL color Cylindrical-coordinate representation of color #8ACCEE: hue angle of 200.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ACCEE is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138204238-
CMYK0.420.1400.07
HSL200.4º74.63%73.73%-
HSV(B)200.4º42.02%93.33%-
XYZ47.5154.7688.96-
YUV188.14156.1392.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.79%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=23.79%
G=35.17%
B=41.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382042380.420.1400.07200.474.6373.73
Hex8ACCEE2AE07c84b4a
Octal212314356521607310113112
Binary100010101100110011101110101010111001111100100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,204,238); }

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

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

 a { background-color: rgb(138,204,238); }

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

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

 span { border-color: rgb(138,204,238); }

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