Html Css Color HEX #8ACEEB Anakiwa

📋 copy color: '#8ACEEB'

red 138 ◦ green 206 ◦ blue 235

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

Shades of Anakiwa #8ACEEB

Tints of Anakiwa #8ACEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 23.83%
G = 35.58%
B = 40.59%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8ACEEB (or 0x8ACEEB) is known color: Anakiwa. HEX triplet: 8A, CE and EB. RGB value is (138,206,235). Sum of RGB (Red+Green+Blue) = 138+206+235=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ACEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACEEB is #753114. Grayscale: #BCBCBC. Windows color (decimal): -7680277 or 15453834. OLE color: 15453834.

HSL color Cylindrical-coordinate representation of color #8ACEEB: hue angle of 197.94º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ACEEB is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 206 235 -
CMYK 0.41 0.12 0 0.08
HSL 197.94º 0.71% 0.73% -
HSV(B) 197.94º 0.41% 0.92% -
XYZ 47.55 55.54 86.81 -
YUV 188.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 138 206 235 0.41 0.12 0 0.08 197.94 0.71 0.73
Hex 8A CE EB 29 C 0 8 C6 47 49
Octal 212 316 353 51 14 0 10 306 107 111
Binary 10001010 11001110 11101011 101001 1100 0 1000 11000110 1000111 1001001

Color Harmonies of #8ACEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACEEB

Black with #8ACEEB

Text Example


Text Example

White with #8ACEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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