Html Css Color HEX #7DBADC Seagull

📋 copy color: '#7DBADC'

red 125 ◦ green 186 ◦ blue 220

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

Shades of Seagull #7DBADC

Tints of Seagull #7DBADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 23.54%
G = 35.03%
B = 41.43%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DBADC (or 0x7DBADC) is known color: Seagull. HEX triplet: 7D, BA and DC. RGB value is (125,186,220). Sum of RGB (Red+Green+Blue) = 125+186+220=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DBADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBADC is #824523. Grayscale: #ABABAB. Windows color (decimal): -8537380 or 14465661. OLE color: 14465661.

HSL color Cylindrical-coordinate representation of color #7DBADC: hue angle of 201.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBADC is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 186 220 -
CMYK 0.43 0.15 0 0.14
HSL 201.47º 0.58% 0.68% -
HSV(B) 201.47º 0.43% 0.86% -
XYZ 38.93 44.65 74.28 -
YUV 171.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 125 186 220 0.43 0.15 0 0.14 201.47 0.58 0.68
Hex 7D BA DC 2B F 0 E C9 3A 44
Octal 175 272 334 53 17 0 16 311 72 104
Binary 1111101 10111010 11011100 101011 1111 0 1110 11001001 111010 1000100

Color Harmonies of #7DBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBADC

Black with #7DBADC

Text Example


Text Example

White with #7DBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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