Html Css Color HEX #8AC2DC Anakiwa

📋 copy color: '#8AC2DC'

red 138 ◦ green 194 ◦ blue 220

#8AC2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anakiwa #8AC2DC

Tints of Anakiwa #8AC2DC

RGB

 RED value IS 138 (54.3% from 255) = 25%

 GREEN value IS 194 (76.17% from 255) = 35.14%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 25%
G = 35.14%
B = 39.86%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8AC2DC (or 0x8AC2DC) is known color: Anakiwa. HEX triplet: 8A, C2 and DC. RGB value is (138,194,220). Sum of RGB (Red+Green+Blue) = 138+194+220=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC2DC is #753D23. Grayscale: #B4B4B4. Windows color (decimal): -7683364 or 14467722. OLE color: 14467722.

HSL color Cylindrical-coordinate representation of color #8AC2DC: hue angle of 199.02º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AC2DC is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 194 220 -
CMYK 0.37 0.12 0 0.14
HSL 199.02º 0.54% 0.7% -
HSV(B) 199.02º 0.37% 0.86% -
XYZ 42.69 49.15 74.95 -
YUV 180.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 138 194 220 0.37 0.12 0 0.14 199.02 0.54 0.7
Hex 8A C2 DC 25 C 0 E C7 36 46
Octal 212 302 334 45 14 0 16 307 66 106
Binary 10001010 11000010 11011100 100101 1100 0 1110 11000111 110110 1000110

Color Harmonies of #8AC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC2DC

Black with #8AC2DC

Text Example


Text Example

White with #8AC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,194,220); }

 H1.HeaderClassName
 {
   color: #8AC2DC;
 }
 .AnyTagClassName
 {
   color: #8AC2DC;
 }
</style>

background-color css

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

 a { background-color: rgb(138,194,220); }

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

border-color css

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

 span { border-color: rgb(138,194,220); }

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