Html Css Color HEX #7DB9DC Seagull

📋 copy color: '#7DB9DC'

red 125 ◦ green 185 ◦ blue 220

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

Shades of Seagull #7DB9DC

Tints of Seagull #7DB9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 23.58%
G = 34.91%
B = 41.51%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DB9DC (or 0x7DB9DC) is known color: Seagull. HEX triplet: 7D, B9 and DC. RGB value is (125,185,220). Sum of RGB (Red+Green+Blue) = 125+185+220=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DB9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB9DC is #824623. Grayscale: #AAAAAA. Windows color (decimal): -8537636 or 14465405. OLE color: 14465405.

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

Color convert

RGB 125 185 220 -
CMYK 0.43 0.16 0 0.14
HSL 202.11º 0.58% 0.68% -
HSV(B) 202.11º 0.43% 0.86% -
XYZ 38.72 44.23 74.21 -
YUV 171.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 125 185 220 0.43 0.16 0 0.14 202.11 0.58 0.68
Hex 7D B9 DC 2B 10 0 E CA 3A 44
Octal 175 271 334 53 20 0 16 312 72 104
Binary 1111101 10111001 11011100 101011 10000 0 1110 11001010 111010 1000100

Color Harmonies of #7DB9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB9DC

Black with #7DB9DC

Text Example


Text Example

White with #7DB9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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