Html Css Color HEX #76BFD1 Seagull

📋 copy color: '#76BFD1'

red 118 ◦ green 191 ◦ blue 209

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

Shades of Seagull #76BFD1

Tints of Seagull #76BFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 36.87%

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

R = 22.78%
G = 36.87%
B = 40.35%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#76BFD1 (or 0x76BFD1) is known color: Seagull. HEX triplet: 76, BF and D1. RGB value is (118,191,209). Sum of RGB (Red+Green+Blue) = 118+191+209=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #76BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFD1 is #89402E. Grayscale: #ABABAB. Windows color (decimal): -8994863 or 13746038. OLE color: 13746038.

HSL color Cylindrical-coordinate representation of color #76BFD1: hue angle of 191.87º 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 #76BFD1 is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 191 209 -
CMYK 0.44 0.09 0 0.18
HSL 191.87º 0.5% 0.64% -
HSV(B) 191.87º 0.44% 0.82% -
XYZ 37.61 45.72 67.16 -
YUV 171.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 118 191 209 0.44 0.09 0 0.18 191.87 0.5 0.64
Hex 76 BF D1 2C 9 0 12 C0 32 40
Octal 166 277 321 54 11 0 22 300 62 100
Binary 1110110 10111111 11010001 101100 1001 0 10010 11000000 110010 1000000

Color Harmonies of #76BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFD1

Black with #76BFD1

Text Example


Text Example

White with #76BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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