Html Css Color HEX #7EB6DB Seagull

📋 copy color: '#7EB6DB'

red 126 ◦ green 182 ◦ blue 219

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

Shades of Seagull #7EB6DB

Tints of Seagull #7EB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.54%

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

R = 23.91%
G = 34.54%
B = 41.56%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EB6DB (or 0x7EB6DB) is known color: Seagull. HEX triplet: 7E, B6 and DB. RGB value is (126,182,219). Sum of RGB (Red+Green+Blue) = 126+182+219=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EB6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB6DB is #814924. Grayscale: #A9A9A9. Windows color (decimal): -8472869 or 14399102. OLE color: 14399102.

HSL color Cylindrical-coordinate representation of color #7EB6DB: hue angle of 203.87º 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 #7EB6DB is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 182 219 -
CMYK 0.42 0.17 0 0.14
HSL 203.87º 0.56% 0.68% -
HSV(B) 203.87º 0.42% 0.86% -
XYZ 38.12 43.01 73.31 -
YUV 169.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 126 182 219 0.42 0.17 0 0.14 203.87 0.56 0.68
Hex 7E B6 DB 2A 11 0 E CC 38 44
Octal 176 266 333 52 21 0 16 314 70 104
Binary 1111110 10110110 11011011 101010 10001 0 1110 11001100 111000 1000100

Color Harmonies of #7EB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB6DB

Black with #7EB6DB

Text Example


Text Example

White with #7EB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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