Html Css Color HEX #7EBADD Seagull

📋 copy color: '#7EBADD'

red 126 ◦ green 186 ◦ blue 221

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

Shades of Seagull #7EBADD

Tints of Seagull #7EBADD

RGB

 RED value IS 126 (49.61% from 255) = 23.64%

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

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

R = 23.64%
G = 34.9%
B = 41.46%

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

#7EBADD (or 0x7EBADD) is known color: Seagull. HEX triplet: 7E, BA and DD. RGB value is (126,186,221). Sum of RGB (Red+Green+Blue) = 126+186+221=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBADD is #814522. Grayscale: #ABABAB. Windows color (decimal): -8471843 or 14531198. OLE color: 14531198.

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

Color convert

RGB 126 186 221 -
CMYK 0.43 0.16 0 0.13
HSL 202.11º 0.58% 0.68% -
HSV(B) 202.11º 0.43% 0.87% -
XYZ 39.21 44.77 74.98 -
YUV 172.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 126 186 221 0.43 0.16 0 0.13 202.11 0.58 0.68
Hex 7E BA DD 2B 10 0 D CA 3A 44
Octal 176 272 335 53 20 0 15 312 72 104
Binary 1111110 10111010 11011101 101011 10000 0 1101 11001010 111010 1000100

Color Harmonies of #7EBADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBADD

Black with #7EBADD

Text Example


Text Example

White with #7EBADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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