Html Css Color HEX #7DBFCD Seagull

📋 copy color: '#7DBFCD'

red 125 ◦ green 191 ◦ blue 205

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

Shades of Seagull #7DBFCD

Tints of Seagull #7DBFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 36.66%

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

R = 23.99%
G = 36.66%
B = 39.35%

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

#7DBFCD (or 0x7DBFCD) is known color: Seagull. HEX triplet: 7D, BF and CD. RGB value is (125,191,205). Sum of RGB (Red+Green+Blue) = 125+191+205=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFCD is #824032. Grayscale: #ACACAC. Windows color (decimal): -8536115 or 13483901. OLE color: 13483901.

HSL color Cylindrical-coordinate representation of color #7DBFCD: hue angle of 190.5º 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 #7DBFCD is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 191 205 -
CMYK 0.39 0.07 0 0.20
HSL 190.5º 0.44% 0.65% -
HSV(B) 190.5º 0.39% 0.8% -
XYZ 38.11 46.03 64.63 -
YUV 172.86 146.13 93.86 -
System Red Green Blue C M Y K H S L
Decimal 125 191 205 0.39 0.07 0 0.20 190.5 0.44 0.65
Hex 7D BF CD 27 7 0 14 BE 2C 41
Octal 175 277 315 47 7 0 24 276 54 101
Binary 1111101 10111111 11001101 100111 111 0 10100 10111110 101100 1000001

Color Harmonies of #7DBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBFCD

Black with #7DBFCD

Text Example


Text Example

White with #7DBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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