Html Css Color HEX #76BFDB Seagull

📋 copy color: '#76BFDB'

red 118 ◦ green 191 ◦ blue 219

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

Shades of Seagull #76BFDB

Tints of Seagull #76BFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 22.35%
G = 36.17%
B = 41.48%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76BFDB (or 0x76BFDB) is known color: Seagull. HEX triplet: 76, BF and DB. RGB value is (118,191,219). Sum of RGB (Red+Green+Blue) = 118+191+219=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #76BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFDB is #894024. Grayscale: #ACACAC. Windows color (decimal): -8994853 or 14401398. OLE color: 14401398.

HSL color Cylindrical-coordinate representation of color #76BFDB: hue angle of 196.63º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76BFDB is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 191 219 -
CMYK 0.46 0.13 0 0.14
HSL 196.63º 0.58% 0.66% -
HSV(B) 196.63º 0.46% 0.86% -
XYZ 38.89 46.23 73.89 -
YUV 172.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 118 191 219 0.46 0.13 0 0.14 196.63 0.58 0.66
Hex 76 BF DB 2E D 0 E C5 3A 42
Octal 166 277 333 56 15 0 16 305 72 102
Binary 1110110 10111111 11011011 101110 1101 0 1110 11000101 111010 1000010

Color Harmonies of #76BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BFDB

Black with #76BFDB

Text Example


Text Example

White with #76BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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