Html Css Color HEX #7EBFDA Seagull

📋 copy color: '#7EBFDA'

red 126 ◦ green 191 ◦ blue 218

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

Shades of Seagull #7EBFDA

Tints of Seagull #7EBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 23.55%
G = 35.7%
B = 40.75%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7EBFDA (or 0x7EBFDA) is known color: Seagull. HEX triplet: 7E, BF and DA. RGB value is (126,191,218). Sum of RGB (Red+Green+Blue) = 126+191+218=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBFDA is #814025. Grayscale: #AEAEAE. Windows color (decimal): -8470566 or 14335870. OLE color: 14335870.

HSL color Cylindrical-coordinate representation of color #7EBFDA: hue angle of 197.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EBFDA is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 191 218 -
CMYK 0.42 0.12 0 0.15
HSL 197.61º 0.55% 0.67% -
HSV(B) 197.61º 0.42% 0.85% -
XYZ 39.89 46.76 73.25 -
YUV 174.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 126 191 218 0.42 0.12 0 0.15 197.61 0.55 0.67
Hex 7E BF DA 2A C 0 F C6 37 43
Octal 176 277 332 52 14 0 17 306 67 103
Binary 1111110 10111111 11011010 101010 1100 0 1111 11000110 110111 1000011

Color Harmonies of #7EBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBFDA

Black with #7EBFDA

Text Example


Text Example

White with #7EBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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