#8ACADF

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

Shades of Anakiwa #8ACADF

Tints of Anakiwa #8ACADF

Color information

#8ACADF (or 0x8ACADF) is unknown color: approx Anakiwa. HEX triplet: 8A, CA and DF. RGB value is (138,202,223). Sum of RGB (Red+Green+Blue) = 138+202+223=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ACADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACADF is #753520. Grayscale: #B9B9B9. Windows color (decimal): -7681313 or 14666378. OLE color: 14666378.

HSL color Cylindrical-coordinate representation of color #8ACADF: hue angle of 194.82º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ACADF is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB138202223-
CMYK0.380.0900.13
HSL194.82º57.05%70.78%-
HSV(B)194.82º38.12%87.45%-
XYZ44.9252.9777.67-
YUV185.26149.394.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.51%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=24.51%
G=35.88%
B=39.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382022230.380.0900.13194.8257.0570.78
Hex8ACADF2690Dc33947
Octal212312337461101530371107
Binary100010101100101011011111100110100101101110000111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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