Html Css Color HEX #7EBDDA Seagull

📋 copy color: '#7EBDDA'

red 126 ◦ green 189 ◦ blue 218

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

Shades of Seagull #7EBDDA

Tints of Seagull #7EBDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.46%

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

R = 23.64%
G = 35.46%
B = 40.9%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7EBDDA (or 0x7EBDDA) is known color: Seagull. HEX triplet: 7E, BD and DA. RGB value is (126,189,218). Sum of RGB (Red+Green+Blue) = 126+189+218=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EBDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDDA is #814225. Grayscale: #ADADAD. Windows color (decimal): -8471078 or 14335358. OLE color: 14335358.

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

Color convert

RGB 126 189 218 -
CMYK 0.42 0.13 0 0.15
HSL 198.91º 0.55% 0.67% -
HSV(B) 198.91º 0.42% 0.85% -
XYZ 39.46 45.89 73.11 -
YUV 173.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 126 189 218 0.42 0.13 0 0.15 198.91 0.55 0.67
Hex 7E BD DA 2A D 0 F C7 37 43
Octal 176 275 332 52 15 0 17 307 67 103
Binary 1111110 10111101 11011010 101010 1101 0 1111 11000111 110111 1000011

Color Harmonies of #7EBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBDDA

Black with #7EBDDA

Text Example


Text Example

White with #7EBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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