Html Css Color HEX #7DB9DD Seagull

📋 copy color: '#7DB9DD'

red 125 ◦ green 185 ◦ blue 221

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

Shades of Seagull #7DB9DD

Tints of Seagull #7DB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.84%

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 23.54%
G = 34.84%
B = 41.62%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DB9DD (or 0x7DB9DD) is known color: Seagull. HEX triplet: 7D, B9 and DD. RGB value is (125,185,221). Sum of RGB (Red+Green+Blue) = 125+185+221=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DB9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB9DD is #824622. Grayscale: #AAAAAA. Windows color (decimal): -8537635 or 14530941. OLE color: 14530941.

HSL color Cylindrical-coordinate representation of color #7DB9DD: hue angle of 202.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DB9DD is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 185 221 -
CMYK 0.43 0.16 0 0.13
HSL 202.5º 0.59% 0.68% -
HSV(B) 202.5º 0.43% 0.87% -
XYZ 38.86 44.28 74.91 -
YUV 171.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 125 185 221 0.43 0.16 0 0.13 202.5 0.59 0.68
Hex 7D B9 DD 2B 10 0 D CA 3B 44
Octal 175 271 335 53 20 0 15 312 73 104
Binary 1111101 10111001 11011101 101011 10000 0 1101 11001010 111011 1000100

Color Harmonies of #7DB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB9DD

Black with #7DB9DD

Text Example


Text Example

White with #7DB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,185,221); }

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

background-color css

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

 a { background-color: rgb(125,185,221); }

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

border-color css

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

 span { border-color: rgb(125,185,221); }

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