Html Css Color HEX #76BCD1 Seagull

📋 copy color: '#76BCD1'

red 118 ◦ green 188 ◦ blue 209

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

Shades of Seagull #76BCD1

Tints of Seagull #76BCD1

RGB

 RED value IS 118 (46.48% from 255) = 22.91%

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

 BLUE value IS 209 (82.03% from 255) = 40.58%

R = 22.91%
G = 36.5%
B = 40.58%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#76BCD1 (or 0x76BCD1) is known color: Seagull. HEX triplet: 76, BC and D1. RGB value is (118,188,209). Sum of RGB (Red+Green+Blue) = 118+188+209=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #76BCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCD1 is #89432E. Grayscale: #A9A9A9. Windows color (decimal): -8995631 or 13745270. OLE color: 13745270.

HSL color Cylindrical-coordinate representation of color #76BCD1: hue angle of 193.85º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76BCD1 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 188 209 -
CMYK 0.44 0.10 0 0.18
HSL 193.85º 0.5% 0.64% -
HSV(B) 193.85º 0.44% 0.82% -
XYZ 36.96 44.42 66.95 -
YUV 169.46 150.31 91.29 -
System Red Green Blue C M Y K H S L
Decimal 118 188 209 0.44 0.10 0 0.18 193.85 0.5 0.64
Hex 76 BC D1 2C A 0 12 C2 32 40
Octal 166 274 321 54 12 0 22 302 62 100
Binary 1110110 10111100 11010001 101100 1010 0 10010 11000010 110010 1000000

Color Harmonies of #76BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCD1

Black with #76BCD1

Text Example


Text Example

White with #76BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76BCD1; }

 p { color: rgb(118,188,209); }

 H1.HeaderClassName
 {
   color: #76BCD1;
 }
 .AnyTagClassName
 {
   color: #76BCD1;
 }
</style>

background-color css

<style>
 a { background-color: #76BCD1; }

 a { background-color: rgb(118,188,209); }

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

border-color css

<style>
 span { border-color: #76BCD1; }

 span { border-color: rgb(118,188,209); }

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