Html Css Color HEX #7EBCDD Seagull

📋 copy color: '#7EBCDD'

red 126 ◦ green 188 ◦ blue 221

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

Shades of Seagull #7EBCDD

Tints of Seagull #7EBCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.14%

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 23.55%
G = 35.14%
B = 41.31%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7EBCDD (or 0x7EBCDD) is known color: Seagull. HEX triplet: 7E, BC and DD. RGB value is (126,188,221). Sum of RGB (Red+Green+Blue) = 126+188+221=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EBCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCDD is #814322. Grayscale: #ADADAD. Windows color (decimal): -8471331 or 14531710. OLE color: 14531710.

HSL color Cylindrical-coordinate representation of color #7EBCDD: hue angle of 200.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EBCDD is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 188 221 -
CMYK 0.43 0.15 0 0.13
HSL 200.84º 0.58% 0.68% -
HSV(B) 200.84º 0.43% 0.87% -
XYZ 39.64 45.62 75.12 -
YUV 173.22 154.96 94.32 -
System Red Green Blue C M Y K H S L
Decimal 126 188 221 0.43 0.15 0 0.13 200.84 0.58 0.68
Hex 7E BC DD 2B F 0 D C9 3A 44
Octal 176 274 335 53 17 0 15 311 72 104
Binary 1111110 10111100 11011101 101011 1111 0 1101 11001001 111010 1000100

Color Harmonies of #7EBCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBCDD

Black with #7EBCDD

Text Example


Text Example

White with #7EBCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,221); }

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

background-color css

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

 a { background-color: rgb(126,188,221); }

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

border-color css

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

 span { border-color: rgb(126,188,221); }

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