Html Css Color HEX #8ACCB2 Vista Blue

📋 copy color: '#8ACCB2'

red 138 ◦ green 204 ◦ blue 178

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

Shades of Vista Blue #8ACCB2

Tints of Vista Blue #8ACCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.23%

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 26.54%
G = 39.23%
B = 34.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#8ACCB2 (or 0x8ACCB2) is known color: Vista Blue. HEX triplet: 8A, CC and B2. RGB value is (138,204,178). Sum of RGB (Red+Green+Blue) = 138+204+178=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACCB2 is #75334D. Grayscale: #B5B5B5. Windows color (decimal): -7680846 or 11717770. OLE color: 11717770.

HSL color Cylindrical-coordinate representation of color #8ACCB2: hue angle of 156.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ACCB2 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 178 -
CMYK 0.32 0 0.13 0.2
HSL 156.36º 0.39% 0.67% -
HSV(B) 156.36º 0.32% 0.8% -
XYZ 40.11 51.8 50 -
YUV 181.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 138 204 178 0.32 0 0.13 0.2 156.36 0.39 0.67
Hex 8A CC B2 20 0 D 14 9C 27 43
Octal 212 314 262 40 0 15 24 234 47 103
Binary 10001010 11001100 10110010 100000 0 1101 10100 10011100 100111 1000011

Color Harmonies of #8ACCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCB2

Black with #8ACCB2

Text Example


Text Example

White with #8ACCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,204,178); }

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

background-color css

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

 a { background-color: rgb(138,204,178); }

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

border-color css

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

 span { border-color: rgb(138,204,178); }

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