Html Css Color HEX #8AC0DC Anakiwa

📋 copy color: '#8AC0DC'

red 138 ◦ green 192 ◦ blue 220

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

Shades of Anakiwa #8AC0DC

Tints of Anakiwa #8AC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.91%

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

R = 25.09%
G = 34.91%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8AC0DC (or 0x8AC0DC) is known color: Anakiwa. HEX triplet: 8A, C0 and DC. RGB value is (138,192,220). Sum of RGB (Red+Green+Blue) = 138+192+220=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0DC is #753F23. Grayscale: #B2B2B2. Windows color (decimal): -7683876 or 14467210. OLE color: 14467210.

HSL color Cylindrical-coordinate representation of color #8AC0DC: hue angle of 200.49º 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 #8AC0DC is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 192 220 -
CMYK 0.37 0.13 0 0.14
HSL 200.49º 0.54% 0.7% -
HSV(B) 200.49º 0.37% 0.86% -
XYZ 42.25 48.27 74.8 -
YUV 179.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 138 192 220 0.37 0.13 0 0.14 200.49 0.54 0.7
Hex 8A C0 DC 25 D 0 E C8 36 46
Octal 212 300 334 45 15 0 16 310 66 106
Binary 10001010 11000000 11011100 100101 1101 0 1110 11001000 110110 1000110

Color Harmonies of #8AC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC0DC

Black with #8AC0DC

Text Example


Text Example

White with #8AC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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