#8ACEEB

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

Shades of Anakiwa #8ACEEB

Tints of Anakiwa #8ACEEB

Color information

#8ACEEB (or 0x8ACEEB) is unknown color: approx Anakiwa. HEX triplet: 8A, CE and EB. RGB value is (138,206,235). Sum of RGB (Red+Green+Blue) = 138+206+235=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ACEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACEEB is #753114. Grayscale: #BCBCBC. Windows color (decimal): -7680277 or 15453834. OLE color: 15453834.

HSL color Cylindrical-coordinate representation of color #8ACEEB: hue angle of 197.94º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ACEEB is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB138206235-
CMYK0.410.1200.08
HSL197.94º70.8%73.14%-
HSV(B)197.94º41.28%92.16%-
XYZ47.5555.5486.81-
YUV188.97153.9791.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 23.83%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=23.83%
G=35.58%
B=40.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1382062350.410.1200.08197.9470.873.14
Hex8ACEEB29C08c64749
Octal2123163535114010306107111
Binary1000101011001110111010111010011100010001100011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,206,235); }

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

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

 a { background-color: rgb(138,206,235); }

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

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

 span { border-color: rgb(138,206,235); }

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