Html Css Color HEX #7DBADD Seagull

📋 copy color: '#7DBADD'

red 125 ◦ green 186 ◦ blue 221

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

Shades of Seagull #7DBADD

Tints of Seagull #7DBADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.96%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 23.5%
G = 34.96%
B = 41.54%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DBADD (or 0x7DBADD) is known color: Seagull. HEX triplet: 7D, BA and DD. RGB value is (125,186,221). Sum of RGB (Red+Green+Blue) = 125+186+221=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBADD is #824522. Grayscale: #ABABAB. Windows color (decimal): -8537379 or 14531197. OLE color: 14531197.

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

Color convert

RGB 125 186 221 -
CMYK 0.43 0.16 0 0.13
HSL 201.88º 0.59% 0.68% -
HSV(B) 201.88º 0.43% 0.87% -
XYZ 39.07 44.7 74.98 -
YUV 171.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 125 186 221 0.43 0.16 0 0.13 201.88 0.59 0.68
Hex 7D BA DD 2B 10 0 D CA 3B 44
Octal 175 272 335 53 20 0 15 312 73 104
Binary 1111101 10111010 11011101 101011 10000 0 1101 11001010 111011 1000100

Color Harmonies of #7DBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBADD

Black with #7DBADD

Text Example


Text Example

White with #7DBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,221); }

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

background-color css

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

 a { background-color: rgb(125,186,221); }

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

border-color css

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

 span { border-color: rgb(125,186,221); }

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