Html Css Color HEX #7DB1CD Seagull

📋 copy color: '#7DB1CD'

red 125 ◦ green 177 ◦ blue 205

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

Shades of Seagull #7DB1CD

Tints of Seagull #7DB1CD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.91%

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 24.65%
G = 34.91%
B = 40.43%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7DB1CD (or 0x7DB1CD) is known color: Seagull. HEX triplet: 7D, B1 and CD. RGB value is (125,177,205). Sum of RGB (Red+Green+Blue) = 125+177+205=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DB1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB1CD is #824E32. Grayscale: #A4A4A4. Windows color (decimal): -8539699 or 13480317. OLE color: 13480317.

HSL color Cylindrical-coordinate representation of color #7DB1CD: hue angle of 201º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DB1CD is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 177 205 -
CMYK 0.39 0.14 0 0.20
HSL 201º 0.44% 0.65% -
HSV(B) 201º 0.39% 0.8% -
XYZ 35.2 40.21 63.66 -
YUV 164.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 125 177 205 0.39 0.14 0 0.20 201 0.44 0.65
Hex 7D B1 CD 27 E 0 14 C9 2C 41
Octal 175 261 315 47 16 0 24 311 54 101
Binary 1111101 10110001 11001101 100111 1110 0 10100 11001001 101100 1000001

Color Harmonies of #7DB1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB1CD

Black with #7DB1CD

Text Example


Text Example

White with #7DB1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,205); }

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

background-color css

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

 a { background-color: rgb(125,177,205); }

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

border-color css

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

 span { border-color: rgb(125,177,205); }

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