Html Css Color HEX #7DBDD9 Seagull

📋 copy color: '#7DBDD9'

red 125 ◦ green 189 ◦ blue 217

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

Shades of Seagull #7DBDD9

Tints of Seagull #7DBDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.87%

R = 23.54%
G = 35.59%
B = 40.87%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7DBDD9 (or 0x7DBDD9) is known color: Seagull. HEX triplet: 7D, BD and D9. RGB value is (125,189,217). Sum of RGB (Red+Green+Blue) = 125+189+217=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #7DBDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDD9 is #824226. Grayscale: #ACACAC. Windows color (decimal): -8536615 or 14269821. OLE color: 14269821.

HSL color Cylindrical-coordinate representation of color #7DBDD9: hue angle of 198.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DBDD9 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 189 217 -
CMYK 0.42 0.13 0 0.15
HSL 198.26º 0.55% 0.67% -
HSV(B) 198.26º 0.42% 0.85% -
XYZ 39.18 45.76 72.41 -
YUV 173.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 125 189 217 0.42 0.13 0 0.15 198.26 0.55 0.67
Hex 7D BD D9 2A D 0 F C6 37 43
Octal 175 275 331 52 15 0 17 306 67 103
Binary 1111101 10111101 11011001 101010 1101 0 1111 11000110 110111 1000011

Color Harmonies of #7DBDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDD9

Black with #7DBDD9

Text Example


Text Example

White with #7DBDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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