Html Css Color HEX #76BACD Seagull

📋 copy color: '#76BACD'

red 118 ◦ green 186 ◦ blue 205

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

Shades of Seagull #76BACD

Tints of Seagull #76BACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.54%

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 23.18%
G = 36.54%
B = 40.28%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76BACD (or 0x76BACD) is known color: Seagull. HEX triplet: 76, BA and CD. RGB value is (118,186,205). Sum of RGB (Red+Green+Blue) = 118+186+205=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #76BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BACD is #894532. Grayscale: #A7A7A7. Windows color (decimal): -8996147 or 13482614. OLE color: 13482614.

HSL color Cylindrical-coordinate representation of color #76BACD: hue angle of 193.1º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76BACD is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 186 205 -
CMYK 0.42 0.09 0 0.20
HSL 193.1º 0.47% 0.63% -
HSV(B) 193.1º 0.42% 0.8% -
XYZ 36.05 43.38 64.23 -
YUV 167.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 118 186 205 0.42 0.09 0 0.20 193.1 0.47 0.63
Hex 76 BA CD 2A 9 0 14 C1 2F 3F
Octal 166 272 315 52 11 0 24 301 57 77
Binary 1110110 10111010 11001101 101010 1001 0 10100 11000001 101111 111111

Color Harmonies of #76BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BACD

Black with #76BACD

Text Example


Text Example

White with #76BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,186,205); }

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

background-color css

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

 a { background-color: rgb(118,186,205); }

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

border-color css

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

 span { border-color: rgb(118,186,205); }

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