Html Css Color HEX #7DBBBC Glacier

📋 copy color: '#7DBBBC'

red 125 ◦ green 187 ◦ blue 188

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

Shades of Glacier #7DBBBC

Tints of Glacier #7DBBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.4%

 BLUE value IS 188 (73.83% from 255) = 37.6%

R = 25%
G = 37.4%
B = 37.6%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7DBBBC (or 0x7DBBBC) is known color: Glacier. HEX triplet: 7D, BB and BC. RGB value is (125,187,188). Sum of RGB (Red+Green+Blue) = 125+187+188=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DBBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBBC is #824443. Grayscale: #A8A8A8. Windows color (decimal): -8537156 or 12368765. OLE color: 12368765.

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

Color convert

RGB 125 187 188 -
CMYK 0.34 0.01 0 0.26
HSL 180.95º 0.32% 0.61% -
HSV(B) 180.95º 0.34% 0.74% -
XYZ 35.3 43.53 54.12 -
YUV 168.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 125 187 188 0.34 0.01 0 0.26 180.95 0.32 0.61
Hex 7D BB BC 22 1 0 1A B5 20 3D
Octal 175 273 274 42 1 0 32 265 40 75
Binary 1111101 10111011 10111100 100010 1 0 11010 10110101 100000 111101

Color Harmonies of #7DBBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBBBC

Black with #7DBBBC

Text Example


Text Example

White with #7DBBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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