Html Css Color HEX #7FBABD Glacier

📋 copy color: '#7FBABD'

red 127 ◦ green 186 ◦ blue 189

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

Shades of Glacier #7FBABD

Tints of Glacier #7FBABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.05%

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 25.3%
G = 37.05%
B = 37.65%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7FBABD (or 0x7FBABD) is known color: Glacier. HEX triplet: 7F, BA and BD. RGB value is (127,186,189). Sum of RGB (Red+Green+Blue) = 127+186+189=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBABD is #804542. Grayscale: #A8A8A8. Windows color (decimal): -8406339 or 12434047. OLE color: 12434047.

HSL color Cylindrical-coordinate representation of color #7FBABD: hue angle of 182.9º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBABD is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 186 189 -
CMYK 0.33 0.02 0 0.26
HSL 182.9º 0.32% 0.62% -
HSV(B) 182.9º 0.33% 0.74% -
XYZ 35.5 43.3 54.63 -
YUV 168.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 127 186 189 0.33 0.02 0 0.26 182.9 0.32 0.62
Hex 7F BA BD 21 2 0 1A B7 20 3E
Octal 177 272 275 41 2 0 32 267 40 76
Binary 1111111 10111010 10111101 100001 10 0 11010 10110111 100000 111110

Color Harmonies of #7FBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBABD

Black with #7FBABD

Text Example


Text Example

White with #7FBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,186,189); }

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

background-color css

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

 a { background-color: rgb(127,186,189); }

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

border-color css

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

 span { border-color: rgb(127,186,189); }

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