Html Css Color HEX #7BADBA Glacier

📋 copy color: '#7BADBA'

red 123 ◦ green 173 ◦ blue 186

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

Shades of Glacier #7BADBA

Tints of Glacier #7BADBA

RGB

 RED value IS 123 (48.44% from 255) = 25.52%

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 25.52%
G = 35.89%
B = 38.59%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7BADBA (or 0x7BADBA) is known color: Glacier. HEX triplet: 7B, AD and BA. RGB value is (123,173,186). Sum of RGB (Red+Green+Blue) = 123+173+186=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #7BADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADBA is #845245. Grayscale: #9F9F9F. Windows color (decimal): -8671814 or 12234107. OLE color: 12234107.

HSL color Cylindrical-coordinate representation of color #7BADBA: hue angle of 192.38º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BADBA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 173 186 -
CMYK 0.34 0.07 0 0.27
HSL 192.38º 0.31% 0.61% -
HSV(B) 192.38º 0.34% 0.73% -
XYZ 31.97 37.64 52.04 -
YUV 159.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 123 173 186 0.34 0.07 0 0.27 192.38 0.31 0.61
Hex 7B AD BA 22 7 0 1B C0 1F 3D
Octal 173 255 272 42 7 0 33 300 37 75
Binary 1111011 10101101 10111010 100010 111 0 11011 11000000 11111 111101

Color Harmonies of #7BADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BADBA

Black with #7BADBA

Text Example


Text Example

White with #7BADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,173,186); }

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

background-color css

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

 a { background-color: rgb(123,173,186); }

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

border-color css

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

 span { border-color: rgb(123,173,186); }

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