Html Css Color HEX #76B9DB Seagull

📋 copy color: '#76B9DB'

red 118 ◦ green 185 ◦ blue 219

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

Shades of Seagull #76B9DB

Tints of Seagull #76B9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.44%

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

R = 22.61%
G = 35.44%
B = 41.95%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76B9DB (or 0x76B9DB) is known color: Seagull. HEX triplet: 76, B9 and DB. RGB value is (118,185,219). Sum of RGB (Red+Green+Blue) = 118+185+219=522 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.61% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #76B9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B9DB is #894624. Grayscale: #A8A8A8. Windows color (decimal): -8996389 or 14399862. OLE color: 14399862.

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

Color convert

RGB 118 185 219 -
CMYK 0.46 0.16 0 0.14
HSL 200.2º 0.58% 0.66% -
HSV(B) 200.2º 0.46% 0.86% -
XYZ 37.61 43.66 73.46 -
YUV 168.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 118 185 219 0.46 0.16 0 0.14 200.2 0.58 0.66
Hex 76 B9 DB 2E 10 0 E C8 3A 42
Octal 166 271 333 56 20 0 16 310 72 102
Binary 1110110 10111001 11011011 101110 10000 0 1110 11001000 111010 1000010

Color Harmonies of #76B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B9DB

Black with #76B9DB

Text Example


Text Example

White with #76B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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