Html Css Color HEX #7DBADF Seagull

📋 copy color: '#7DBADF'

red 125 ◦ green 186 ◦ blue 223

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

Shades of Seagull #7DBADF

Tints of Seagull #7DBADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 23.41%
G = 34.83%
B = 41.76%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DBADF (or 0x7DBADF) is known color: Seagull. HEX triplet: 7D, BA and DF. RGB value is (125,186,223). Sum of RGB (Red+Green+Blue) = 125+186+223=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DBADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBADF is #824520. Grayscale: #ABABAB. Windows color (decimal): -8537377 or 14662269. OLE color: 14662269.

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

Color convert

RGB 125 186 223 -
CMYK 0.44 0.17 0 0.13
HSL 202.65º 0.6% 0.68% -
HSV(B) 202.65º 0.44% 0.87% -
XYZ 39.34 44.81 76.39 -
YUV 171.98 156.79 94.49 -
System Red Green Blue C M Y K H S L
Decimal 125 186 223 0.44 0.17 0 0.13 202.65 0.6 0.68
Hex 7D BA DF 2C 11 0 D CB 3C 44
Octal 175 272 337 54 21 0 15 313 74 104
Binary 1111101 10111010 11011111 101100 10001 0 1101 11001011 111100 1000100

Color Harmonies of #7DBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBADF

Black with #7DBADF

Text Example


Text Example

White with #7DBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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