Html Css Color HEX #7FADB3 Ziggurat

📋 copy color: '#7FADB3'

red 127 ◦ green 173 ◦ blue 179

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

Shades of Ziggurat #7FADB3

Tints of Ziggurat #7FADB3

RGB

 RED value IS 127 (50% from 255) = 26.51%

 GREEN value IS 173 (67.97% from 255) = 36.12%

 BLUE value IS 179 (70.31% from 255) = 37.37%

R = 26.51%
G = 36.12%
B = 37.37%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7FADB3 (or 0x7FADB3) is known color: Ziggurat. HEX triplet: 7F, AD and B3. RGB value is (127,173,179). Sum of RGB (Red+Green+Blue) = 127+173+179=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 179 - color contains mainly: blue. Hex color #7FADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADB3 is #80524C. Grayscale: #9F9F9F. Windows color (decimal): -8409677 or 11775359. OLE color: 11775359.

HSL color Cylindrical-coordinate representation of color #7FADB3: hue angle of 186.92º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FADB3 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 173 179 -
CMYK 0.29 0.03 0 0.30
HSL 186.92º 0.25% 0.6% -
HSV(B) 186.92º 0.29% 0.7% -
XYZ 31.83 37.65 48.24 -
YUV 159.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 127 173 179 0.29 0.03 0 0.30 186.92 0.25 0.6
Hex 7F AD B3 1D 3 0 1E BB 19 3C
Octal 177 255 263 35 3 0 36 273 31 74
Binary 1111111 10101101 10110011 11101 11 0 11110 10111011 11001 111100

Color Harmonies of #7FADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADB3

Black with #7FADB3

Text Example


Text Example

White with #7FADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FADB3; }

 p { color: rgb(127,173,179); }

 H1.HeaderClassName
 {
   color: #7FADB3;
 }
 .AnyTagClassName
 {
   color: #7FADB3;
 }
</style>

background-color css

<style>
 a { background-color: #7FADB3; }

 a { background-color: rgb(127,173,179); }

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

border-color css

<style>
 span { border-color: #7FADB3; }

 span { border-color: rgb(127,173,179); }

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