Html Css Color HEX #7EBFDB Seagull

📋 copy color: '#7EBFDB'

red 126 ◦ green 191 ◦ blue 219

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

Shades of Seagull #7EBFDB

Tints of Seagull #7EBFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 35.63%

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

R = 23.51%
G = 35.63%
B = 40.86%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EBFDB (or 0x7EBFDB) is known color: Seagull. HEX triplet: 7E, BF and DB. RGB value is (126,191,219). Sum of RGB (Red+Green+Blue) = 126+191+219=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFDB is #814024. Grayscale: #AEAEAE. Windows color (decimal): -8470565 or 14401406. OLE color: 14401406.

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

Color convert

RGB 126 191 219 -
CMYK 0.42 0.13 0 0.14
HSL 198.06º 0.56% 0.68% -
HSV(B) 198.06º 0.42% 0.86% -
XYZ 40.02 46.81 73.94 -
YUV 174.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 126 191 219 0.42 0.13 0 0.14 198.06 0.56 0.68
Hex 7E BF DB 2A D 0 E C6 38 44
Octal 176 277 333 52 15 0 16 306 70 104
Binary 1111110 10111111 11011011 101010 1101 0 1110 11000110 111000 1000100

Color Harmonies of #7EBFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBFDB

Black with #7EBFDB

Text Example


Text Example

White with #7EBFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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