Html Css Color HEX #76ADCE Seagull

📋 copy color: '#76ADCE'

red 118 ◦ green 173 ◦ blue 206

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

Shades of Seagull #76ADCE

Tints of Seagull #76ADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 23.74%
G = 34.81%
B = 41.45%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76ADCE (or 0x76ADCE) is known color: Seagull. HEX triplet: 76, AD and CE. RGB value is (118,173,206). Sum of RGB (Red+Green+Blue) = 118+173+206=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #76ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADCE is #895231. Grayscale: #A0A0A0. Windows color (decimal): -8999474 or 13544822. OLE color: 13544822.

HSL color Cylindrical-coordinate representation of color #76ADCE: hue angle of 202.5º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76ADCE is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 173 206 -
CMYK 0.43 0.16 0 0.19
HSL 202.5º 0.47% 0.64% -
HSV(B) 202.5º 0.43% 0.81% -
XYZ 33.56 38.19 64 -
YUV 160.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 118 173 206 0.43 0.16 0 0.19 202.5 0.47 0.64
Hex 76 AD CE 2B 10 0 13 CA 2F 40
Octal 166 255 316 53 20 0 23 312 57 100
Binary 1110110 10101101 11001110 101011 10000 0 10011 11001010 101111 1000000

Color Harmonies of #76ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ADCE

Black with #76ADCE

Text Example


Text Example

White with #76ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,206); }

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

background-color css

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

 a { background-color: rgb(118,173,206); }

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

border-color css

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

 span { border-color: rgb(118,173,206); }

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