Html Css Color HEX #7DB4B0 Gulf Stream

📋 copy color: '#7DB4B0'

red 125 ◦ green 180 ◦ blue 176

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

Shades of Gulf Stream #7DB4B0

Tints of Gulf Stream #7DB4B0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 25.99%
G = 37.42%
B = 36.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#7DB4B0 (or 0x7DB4B0) is known color: Gulf Stream. HEX triplet: 7D, B4 and B0. RGB value is (125,180,176). Sum of RGB (Red+Green+Blue) = 125+180+176=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB4B0 is #824B4F. Grayscale: #A3A3A3. Windows color (decimal): -8538960 or 11580541. OLE color: 11580541.

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

Color convert

RGB 125 180 176 -
CMYK 0.31 0 0.02 0.29
HSL 175.64º 0.27% 0.6% -
HSV(B) 175.64º 0.31% 0.71% -
XYZ 32.62 40.14 47.1 -
YUV 163.1 135.28 100.83 -
System Red Green Blue C M Y K H S L
Decimal 125 180 176 0.31 0 0.02 0.29 175.64 0.27 0.6
Hex 7D B4 B0 1F 0 2 1D B0 1B 3C
Octal 175 264 260 37 0 2 35 260 33 74
Binary 1111101 10110100 10110000 11111 0 10 11101 10110000 11011 111100

Color Harmonies of #7DB4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB4B0

Black with #7DB4B0

Text Example


Text Example

White with #7DB4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,180,176); }

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

background-color css

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

 a { background-color: rgb(125,180,176); }

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

border-color css

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

 span { border-color: rgb(125,180,176); }

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