Html Css Color HEX #7DB9CE Seagull

📋 copy color: '#7DB9CE'

red 125 ◦ green 185 ◦ blue 206

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

Shades of Seagull #7DB9CE

Tints of Seagull #7DB9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 24.22%
G = 35.85%
B = 39.92%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DB9CE (or 0x7DB9CE) is known color: Seagull. HEX triplet: 7D, B9 and CE. RGB value is (125,185,206). Sum of RGB (Red+Green+Blue) = 125+185+206=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DB9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB9CE is #824631. Grayscale: #A9A9A9. Windows color (decimal): -8537650 or 13547901. OLE color: 13547901.

HSL color Cylindrical-coordinate representation of color #7DB9CE: hue angle of 195.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DB9CE is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 185 206 -
CMYK 0.39 0.10 0 0.19
HSL 195.56º 0.45% 0.65% -
HSV(B) 195.56º 0.39% 0.81% -
XYZ 36.95 43.51 64.84 -
YUV 169.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 125 185 206 0.39 0.10 0 0.19 195.56 0.45 0.65
Hex 7D B9 CE 27 A 0 13 C4 2D 41
Octal 175 271 316 47 12 0 23 304 55 101
Binary 1111101 10111001 11001110 100111 1010 0 10011 11000100 101101 1000001

Color Harmonies of #7DB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB9CE

Black with #7DB9CE

Text Example


Text Example

White with #7DB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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