Html Css Color HEX #7DB7D9 Seagull

📋 copy color: '#7DB7D9'

red 125 ◦ green 183 ◦ blue 217

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

Shades of Seagull #7DB7D9

Tints of Seagull #7DB7D9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

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

R = 23.81%
G = 34.86%
B = 41.33%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7DB7D9 (or 0x7DB7D9) is known color: Seagull. HEX triplet: 7D, B7 and D9. RGB value is (125,183,217). Sum of RGB (Red+Green+Blue) = 125+183+217=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #7DB7D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB7D9 is #824826. Grayscale: #A9A9A9. Windows color (decimal): -8538151 or 14268285. OLE color: 14268285.

HSL color Cylindrical-coordinate representation of color #7DB7D9: hue angle of 202.17º 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 #7DB7D9 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 183 217 -
CMYK 0.42 0.16 0 0.15
HSL 202.17º 0.55% 0.67% -
HSV(B) 202.17º 0.42% 0.85% -
XYZ 37.92 43.24 71.99 -
YUV 169.53 154.78 96.24 -
System Red Green Blue C M Y K H S L
Decimal 125 183 217 0.42 0.16 0 0.15 202.17 0.55 0.67
Hex 7D B7 D9 2A 10 0 F CA 37 43
Octal 175 267 331 52 20 0 17 312 67 103
Binary 1111101 10110111 11011001 101010 10000 0 1111 11001010 110111 1000011

Color Harmonies of #7DB7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB7D9

Black with #7DB7D9

Text Example


Text Example

White with #7DB7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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