Html Css Color HEX #76ADCD Seagull

📋 copy color: '#76ADCD'

red 118 ◦ green 173 ◦ blue 205

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

Shades of Seagull #76ADCD

Tints of Seagull #76ADCD

RGB

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

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

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

R = 23.79%
G = 34.88%
B = 41.33%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76ADCD (or 0x76ADCD) is known color: Seagull. HEX triplet: 76, AD and CD. RGB value is (118,173,205). Sum of RGB (Red+Green+Blue) = 118+173+205=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #76ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADCD is #895232. Grayscale: #A0A0A0. Windows color (decimal): -8999475 or 13479286. OLE color: 13479286.

HSL color Cylindrical-coordinate representation of color #76ADCD: hue angle of 202.07º 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 #76ADCD is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 173 205 -
CMYK 0.42 0.16 0 0.20
HSL 202.07º 0.47% 0.63% -
HSV(B) 202.07º 0.42% 0.8% -
XYZ 33.43 38.15 63.36 -
YUV 160.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 118 173 205 0.42 0.16 0 0.20 202.07 0.47 0.63
Hex 76 AD CD 2A 10 0 14 CA 2F 3F
Octal 166 255 315 52 20 0 24 312 57 77
Binary 1110110 10101101 11001101 101010 10000 0 10100 11001010 101111 111111

Color Harmonies of #76ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ADCD

Black with #76ADCD

Text Example


Text Example

White with #76ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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