Html Css Color HEX #7DBECD Seagull

📋 copy color: '#7DBECD'

red 125 ◦ green 190 ◦ blue 205

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

Shades of Seagull #7DBECD

Tints of Seagull #7DBECD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.54%

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 24.04%
G = 36.54%
B = 39.42%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7DBECD (or 0x7DBECD) is known color: Seagull. HEX triplet: 7D, BE and CD. RGB value is (125,190,205). Sum of RGB (Red+Green+Blue) = 125+190+205=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DBECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBECD is #824132. Grayscale: #ACACAC. Windows color (decimal): -8536371 or 13483645. OLE color: 13483645.

HSL color Cylindrical-coordinate representation of color #7DBECD: hue angle of 191.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBECD is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 190 205 -
CMYK 0.39 0.07 0 0.20
HSL 191.25º 0.44% 0.65% -
HSV(B) 191.25º 0.39% 0.8% -
XYZ 37.89 45.59 64.56 -
YUV 172.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 125 190 205 0.39 0.07 0 0.20 191.25 0.44 0.65
Hex 7D BE CD 27 7 0 14 BF 2C 41
Octal 175 276 315 47 7 0 24 277 54 101
Binary 1111101 10111110 11001101 100111 111 0 10100 10111111 101100 1000001

Color Harmonies of #7DBECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBECD

Black with #7DBECD

Text Example


Text Example

White with #7DBECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,190,205); }

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

background-color css

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

 a { background-color: rgb(125,190,205); }

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

border-color css

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

 span { border-color: rgb(125,190,205); }

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