Html Css Color HEX #8ACDEC Anakiwa

📋 copy color: '#8ACDEC'

red 138 ◦ green 205 ◦ blue 236

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

Shades of Anakiwa #8ACDEC

Tints of Anakiwa #8ACDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.41%

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 23.83%
G = 35.41%
B = 40.76%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8ACDEC (or 0x8ACDEC) is known color: Anakiwa. HEX triplet: 8A, CD and EC. RGB value is (138,205,236). Sum of RGB (Red+Green+Blue) = 138+205+236=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ACDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACDEC is #753213. Grayscale: #BCBCBC. Windows color (decimal): -7680532 or 15519114. OLE color: 15519114.

HSL color Cylindrical-coordinate representation of color #8ACDEC: hue angle of 198.98º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ACDEC is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 205 236 -
CMYK 0.42 0.13 0 0.07
HSL 198.98º 0.72% 0.73% -
HSV(B) 198.98º 0.42% 0.93% -
XYZ 47.45 55.12 87.5 -
YUV 188.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 138 205 236 0.42 0.13 0 0.07 198.98 0.72 0.73
Hex 8A CD EC 2A D 0 7 C7 48 49
Octal 212 315 354 52 15 0 7 307 110 111
Binary 10001010 11001101 11101100 101010 1101 0 111 11000111 1001000 1001001

Color Harmonies of #8ACDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACDEC

Black with #8ACDEC

Text Example


Text Example

White with #8ACDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,205,236); }

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

background-color css

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

 a { background-color: rgb(138,205,236); }

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

border-color css

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

 span { border-color: rgb(138,205,236); }

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