Html Css Color HEX #76AAD0 Seagull

📋 copy color: '#76AAD0'

red 118 ◦ green 170 ◦ blue 208

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

Shades of Seagull #76AAD0

Tints of Seagull #76AAD0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.27%

 BLUE value IS 208 (81.64% from 255) = 41.94%

R = 23.79%
G = 34.27%
B = 41.94%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#76AAD0 (or 0x76AAD0) is known color: Seagull. HEX triplet: 76, AA and D0. RGB value is (118,170,208). Sum of RGB (Red+Green+Blue) = 118+170+208=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #76AAD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AAD0 is #89552F. Grayscale: #9E9E9E. Windows color (decimal): -9000240 or 13675126. OLE color: 13675126.

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

Color convert

RGB 118 170 208 -
CMYK 0.43 0.18 0 0.18
HSL 205.33º 0.49% 0.64% -
HSV(B) 205.33º 0.43% 0.82% -
XYZ 33.23 37.16 65.09 -
YUV 158.78 155.77 98.91 -
System Red Green Blue C M Y K H S L
Decimal 118 170 208 0.43 0.18 0 0.18 205.33 0.49 0.64
Hex 76 AA D0 2B 12 0 12 CD 31 40
Octal 166 252 320 53 22 0 22 315 61 100
Binary 1110110 10101010 11010000 101011 10010 0 10010 11001101 110001 1000000

Color Harmonies of #76AAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AAD0

Black with #76AAD0

Text Example


Text Example

White with #76AAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,170,208); }

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

background-color css

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

 a { background-color: rgb(118,170,208); }

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

border-color css

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

 span { border-color: rgb(118,170,208); }

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