Html Css Color HEX #7DB8BB Glacier

📋 copy color: '#7DB8BB'

red 125 ◦ green 184 ◦ blue 187

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

Shades of Glacier #7DB8BB

Tints of Glacier #7DB8BB

RGB

 RED value IS 125 (49.22% from 255) = 25.2%

 GREEN value IS 184 (72.27% from 255) = 37.1%

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 25.2%
G = 37.1%
B = 37.7%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7DB8BB (or 0x7DB8BB) is known color: Glacier. HEX triplet: 7D, B8 and BB. RGB value is (125,184,187). Sum of RGB (Red+Green+Blue) = 125+184+187=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #7DB8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB8BB is #824744. Grayscale: #A6A6A6. Windows color (decimal): -8537925 or 12302461. OLE color: 12302461.

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

Color convert

RGB 125 184 187 -
CMYK 0.33 0.02 0 0.27
HSL 182.9º 0.31% 0.61% -
HSV(B) 182.9º 0.33% 0.73% -
XYZ 34.57 42.23 53.34 -
YUV 166.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 125 184 187 0.33 0.02 0 0.27 182.9 0.31 0.61
Hex 7D B8 BB 21 2 0 1B B7 1F 3D
Octal 175 270 273 41 2 0 33 267 37 75
Binary 1111101 10111000 10111011 100001 10 0 11011 10110111 11111 111101

Color Harmonies of #7DB8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB8BB

Black with #7DB8BB

Text Example


Text Example

White with #7DB8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,184,187); }

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

background-color css

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

 a { background-color: rgb(125,184,187); }

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

border-color css

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

 span { border-color: rgb(125,184,187); }

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