Html Css Color HEX #8AB3B2 Ziggurat

📋 copy color: '#8AB3B2'

red 138 ◦ green 179 ◦ blue 178

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

Shades of Ziggurat #8AB3B2

Tints of Ziggurat #8AB3B2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.16%

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

R = 27.88%
G = 36.16%
B = 35.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#8AB3B2 (or 0x8AB3B2) is known color: Ziggurat. HEX triplet: 8A, B3 and B2. RGB value is (138,179,178). Sum of RGB (Red+Green+Blue) = 138+179+178=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB3B2 is #754C4D. Grayscale: #A6A6A6. Windows color (decimal): -7687246 or 11711370. OLE color: 11711370.

HSL color Cylindrical-coordinate representation of color #8AB3B2: hue angle of 178.54º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB3B2 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 178 -
CMYK 0.23 0 0.01 0.30
HSL 178.54º 0.21% 0.62% -
HSV(B) 178.54º 0.23% 0.7% -
XYZ 34.64 40.86 48.18 -
YUV 166.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 138 179 178 0.23 0 0.01 0.30 178.54 0.21 0.62
Hex 8A B3 B2 17 0 1 1E B3 15 3E
Octal 212 263 262 27 0 1 36 263 25 76
Binary 10001010 10110011 10110010 10111 0 1 11110 10110011 10101 111110

Color Harmonies of #8AB3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB3B2

Black with #8AB3B2

Text Example


Text Example

White with #8AB3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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