Html Css Color HEX #7DBDC7 Glacier

📋 copy color: '#7DBDC7'

red 125 ◦ green 189 ◦ blue 199

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

Shades of Glacier #7DBDC7

Tints of Glacier #7DBDC7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.84%

 BLUE value IS 199 (78.13% from 255) = 38.79%

R = 24.37%
G = 36.84%
B = 38.79%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7DBDC7 (or 0x7DBDC7) is known color: Glacier. HEX triplet: 7D, BD and C7. RGB value is (125,189,199). Sum of RGB (Red+Green+Blue) = 125+189+199=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #7DBDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDC7 is #824238. Grayscale: #AAAAAA. Windows color (decimal): -8536633 or 13090173. OLE color: 13090173.

HSL color Cylindrical-coordinate representation of color #7DBDC7: hue angle of 188.11º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7DBDC7 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 189 199 -
CMYK 0.37 0.05 0 0.22
HSL 188.11º 0.4% 0.64% -
HSV(B) 188.11º 0.37% 0.78% -
XYZ 36.96 44.88 60.75 -
YUV 171 143.8 95.19 -
System Red Green Blue C M Y K H S L
Decimal 125 189 199 0.37 0.05 0 0.22 188.11 0.4 0.64
Hex 7D BD C7 25 5 0 16 BC 28 40
Octal 175 275 307 45 5 0 26 274 50 100
Binary 1111101 10111101 11000111 100101 101 0 10110 10111100 101000 1000000

Color Harmonies of #7DBDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDC7

Black with #7DBDC7

Text Example


Text Example

White with #7DBDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,199); }

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

background-color css

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

 a { background-color: rgb(125,189,199); }

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

border-color css

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

 span { border-color: rgb(125,189,199); }

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