Html Css Color HEX #7DBADE Seagull

📋 copy color: '#7DBADE'

red 125 ◦ green 186 ◦ blue 222

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

Shades of Seagull #7DBADE

Tints of Seagull #7DBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 23.45%
G = 34.9%
B = 41.65%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DBADE (or 0x7DBADE) is known color: Seagull. HEX triplet: 7D, BA and DE. RGB value is (125,186,222). Sum of RGB (Red+Green+Blue) = 125+186+222=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DBADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBADE is #824521. Grayscale: #ABABAB. Windows color (decimal): -8537378 or 14596733. OLE color: 14596733.

HSL color Cylindrical-coordinate representation of color #7DBADE: hue angle of 202.27º 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 #7DBADE is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 186 222 -
CMYK 0.44 0.16 0 0.13
HSL 202.27º 0.6% 0.68% -
HSV(B) 202.27º 0.44% 0.87% -
XYZ 39.2 44.75 75.68 -
YUV 171.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 125 186 222 0.44 0.16 0 0.13 202.27 0.6 0.68
Hex 7D BA DE 2C 10 0 D CA 3C 44
Octal 175 272 336 54 20 0 15 312 74 104
Binary 1111101 10111010 11011110 101100 10000 0 1101 11001010 111100 1000100

Color Harmonies of #7DBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBADE

Black with #7DBADE

Text Example


Text Example

White with #7DBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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