Html Css Color HEX #7DB2CD Seagull

📋 copy color: '#7DB2CD'

red 125 ◦ green 178 ◦ blue 205

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

Shades of Seagull #7DB2CD

Tints of Seagull #7DB2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.04%

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

R = 24.61%
G = 35.04%
B = 40.35%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7DB2CD (or 0x7DB2CD) is known color: Seagull. HEX triplet: 7D, B2 and CD. RGB value is (125,178,205). Sum of RGB (Red+Green+Blue) = 125+178+205=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DB2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB2CD is #824D32. Grayscale: #A5A5A5. Windows color (decimal): -8539443 or 13480573. OLE color: 13480573.

HSL color Cylindrical-coordinate representation of color #7DB2CD: hue angle of 200.25º 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 #7DB2CD is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 178 205 -
CMYK 0.39 0.13 0 0.20
HSL 200.25º 0.44% 0.65% -
HSV(B) 200.25º 0.39% 0.8% -
XYZ 35.4 40.61 63.73 -
YUV 165.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 125 178 205 0.39 0.13 0 0.20 200.25 0.44 0.65
Hex 7D B2 CD 27 D 0 14 C8 2C 41
Octal 175 262 315 47 15 0 24 310 54 101
Binary 1111101 10110010 11001101 100111 1101 0 10100 11001000 101100 1000001

Color Harmonies of #7DB2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB2CD

Black with #7DB2CD

Text Example


Text Example

White with #7DB2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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