Html Css Color HEX #7DBCC1 Glacier

📋 copy color: '#7DBCC1'

red 125 ◦ green 188 ◦ blue 193

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

Shades of Glacier #7DBCC1

Tints of Glacier #7DBCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

 BLUE value IS 193 (75.78% from 255) = 38.14%

R = 24.7%
G = 37.15%
B = 38.14%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7DBCC1 (or 0x7DBCC1) is known color: Glacier. HEX triplet: 7D, BC and C1. RGB value is (125,188,193). Sum of RGB (Red+Green+Blue) = 125+188+193=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #7DBCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCC1 is #82433E. Grayscale: #A9A9A9. Windows color (decimal): -8536895 or 12696701. OLE color: 12696701.

HSL color Cylindrical-coordinate representation of color #7DBCC1: hue angle of 184.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBCC1 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 188 193 -
CMYK 0.35 0.03 0 0.24
HSL 184.41º 0.35% 0.62% -
HSV(B) 184.41º 0.35% 0.76% -
XYZ 36.07 44.18 57.08 -
YUV 169.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 125 188 193 0.35 0.03 0 0.24 184.41 0.35 0.62
Hex 7D BC C1 23 3 0 18 B8 23 3E
Octal 175 274 301 43 3 0 30 270 43 76
Binary 1111101 10111100 11000001 100011 11 0 11000 10111000 100011 111110

Color Harmonies of #7DBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBCC1

Black with #7DBCC1

Text Example


Text Example

White with #7DBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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