Html Css Color HEX #7DBDCB Seagull

📋 copy color: '#7DBDCB'

red 125 ◦ green 189 ◦ blue 203

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

Shades of Seagull #7DBDCB

Tints of Seagull #7DBDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 24.18%
G = 36.56%
B = 39.26%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7DBDCB (or 0x7DBDCB) is known color: Seagull. HEX triplet: 7D, BD and CB. RGB value is (125,189,203). Sum of RGB (Red+Green+Blue) = 125+189+203=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DBDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDCB is #824234. Grayscale: #ABABAB. Windows color (decimal): -8536629 or 13352317. OLE color: 13352317.

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

Color convert

RGB 125 189 203 -
CMYK 0.38 0.07 0 0.20
HSL 190.77º 0.43% 0.64% -
HSV(B) 190.77º 0.38% 0.8% -
XYZ 37.43 45.07 63.23 -
YUV 171.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 125 189 203 0.38 0.07 0 0.20 190.77 0.43 0.64
Hex 7D BD CB 26 7 0 14 BF 2B 40
Octal 175 275 313 46 7 0 24 277 53 100
Binary 1111101 10111101 11001011 100110 111 0 10100 10111111 101011 1000000

Color Harmonies of #7DBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBDCB

Black with #7DBDCB

Text Example


Text Example

White with #7DBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,189,203); }

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

background-color css

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

 a { background-color: rgb(125,189,203); }

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

border-color css

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

 span { border-color: rgb(125,189,203); }

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