#8ACAEE

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

Shades of Anakiwa #8ACAEE

Tints of Anakiwa #8ACAEE

Color information

#8ACAEE (or 0x8ACAEE) is unknown color: approx Anakiwa. HEX triplet: 8A, CA and EE. RGB value is (138,202,238). Sum of RGB (Red+Green+Blue) = 138+202+238=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ACAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACAEE is #753511. Grayscale: #BABABA. Windows color (decimal): -7681298 or 15649418. OLE color: 15649418.

HSL color Cylindrical-coordinate representation of color #8ACAEE: hue angle of 201.6º 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 #8ACAEE is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138202238-
CMYK0.420.1500.07
HSL201.6º74.63%73.73%-
HSV(B)201.6º42.02%93.33%-
XYZ47.0353.8288.8-
YUV186.97156.893.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.88%
GREEN value IS 202 (79.30% from 255) = 34.95%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=23.88%
G=34.95%
B=41.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1382022380.420.1500.07201.674.6373.73
Hex8ACAEE2AF07ca4b4a
Octal212312356521707312113112
Binary100010101100101011101110101010111101111100101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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