Html Css Color HEX #7EB9DB Seagull

📋 copy color: '#7EB9DB'

red 126 ◦ green 185 ◦ blue 219

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

Shades of Seagull #7EB9DB

Tints of Seagull #7EB9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.91%

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 23.77%
G = 34.91%
B = 41.32%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EB9DB (or 0x7EB9DB) is known color: Seagull. HEX triplet: 7E, B9 and DB. RGB value is (126,185,219). Sum of RGB (Red+Green+Blue) = 126+185+219=530 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.77% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EB9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB9DB is #814624. Grayscale: #ABABAB. Windows color (decimal): -8472101 or 14399870. OLE color: 14399870.

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

Color convert

RGB 126 185 219 -
CMYK 0.42 0.16 0 0.14
HSL 201.94º 0.56% 0.68% -
HSV(B) 201.94º 0.42% 0.86% -
XYZ 38.74 44.25 73.52 -
YUV 171.24 154.95 95.74 -
System Red Green Blue C M Y K H S L
Decimal 126 185 219 0.42 0.16 0 0.14 201.94 0.56 0.68
Hex 7E B9 DB 2A 10 0 E CA 38 44
Octal 176 271 333 52 20 0 16 312 70 104
Binary 1111110 10111001 11011011 101010 10000 0 1110 11001010 111000 1000100

Color Harmonies of #7EB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB9DB

Black with #7EB9DB

Text Example


Text Example

White with #7EB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,185,219); }

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

background-color css

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

 a { background-color: rgb(126,185,219); }

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

border-color css

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

 span { border-color: rgb(126,185,219); }

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