Html Css Color HEX #8CAFAD Ziggurat

📋 copy color: '#8CAFAD'

red 140 ◦ green 175 ◦ blue 173

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

Shades of Ziggurat #8CAFAD

Tints of Ziggurat #8CAFAD

RGB

 RED value IS 140 (55.08% from 255) = 28.69%

 GREEN value IS 175 (68.75% from 255) = 35.86%

 BLUE value IS 173 (67.97% from 255) = 35.45%

R = 28.69%
G = 35.86%
B = 35.45%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#8CAFAD (or 0x8CAFAD) is known color: Ziggurat. HEX triplet: 8C, AF and AD. RGB value is (140,175,173). Sum of RGB (Red+Green+Blue) = 140+175+173=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAFAD is #735052. Grayscale: #A4A4A4. Windows color (decimal): -7557203 or 11382668. OLE color: 11382668.

HSL color Cylindrical-coordinate representation of color #8CAFAD: hue angle of 176.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAFAD is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 175 173 -
CMYK 0.2 0 0.01 0.31
HSL 176.57º 0.18% 0.62% -
HSV(B) 176.57º 0.2% 0.69% -
XYZ 33.69 39.25 45.34 -
YUV 164.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 140 175 173 0.2 0 0.01 0.31 176.57 0.18 0.62
Hex 8C AF AD 14 0 1 1F B1 12 3E
Octal 214 257 255 24 0 1 37 261 22 76
Binary 10001100 10101111 10101101 10100 0 1 11111 10110001 10010 111110

Color Harmonies of #8CAFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAFAD

Black with #8CAFAD

Text Example


Text Example

White with #8CAFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,175,173); }

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

background-color css

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

 a { background-color: rgb(140,175,173); }

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

border-color css

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

 span { border-color: rgb(140,175,173); }

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