Html Css Color HEX #8ACEEC Anakiwa

📋 copy color: '#8ACEEC'

red 138 ◦ green 206 ◦ blue 236

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

Shades of Anakiwa #8ACEEC

Tints of Anakiwa #8ACEEC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.52%

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

R = 23.79%
G = 35.52%
B = 40.69%

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

#8ACEEC (or 0x8ACEEC) is known color: Anakiwa. HEX triplet: 8A, CE and EC. RGB value is (138,206,236). Sum of RGB (Red+Green+Blue) = 138+206+236=580 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.79% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ACEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACEEC is #753113. Grayscale: #BCBCBC. Windows color (decimal): -7680276 or 15519370. OLE color: 15519370.

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

Color convert

RGB 138 206 236 -
CMYK 0.42 0.13 0 0.07
HSL 198.37º 0.72% 0.73% -
HSV(B) 198.37º 0.42% 0.93% -
XYZ 47.69 55.6 87.58 -
YUV 189.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 138 206 236 0.42 0.13 0 0.07 198.37 0.72 0.73
Hex 8A CE EC 2A D 0 7 C6 48 49
Octal 212 316 354 52 15 0 7 306 110 111
Binary 10001010 11001110 11101100 101010 1101 0 111 11000110 1001000 1001001

Color Harmonies of #8ACEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACEEC

Black with #8ACEEC

Text Example


Text Example

White with #8ACEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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