Html Css Color HEX #76B4DB Seagull

📋 copy color: '#76B4DB'

red 118 ◦ green 180 ◦ blue 219

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

Shades of Seagull #76B4DB

Tints of Seagull #76B4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.82%

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

R = 22.82%
G = 34.82%
B = 42.36%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76B4DB (or 0x76B4DB) is known color: Seagull. HEX triplet: 76, B4 and DB. RGB value is (118,180,219). Sum of RGB (Red+Green+Blue) = 118+180+219=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #76B4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B4DB is #894B24. Grayscale: #A5A5A5. Windows color (decimal): -8997669 or 14398582. OLE color: 14398582.

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

Color convert

RGB 118 180 219 -
CMYK 0.46 0.18 0 0.14
HSL 203.17º 0.58% 0.66% -
HSV(B) 203.17º 0.46% 0.86% -
XYZ 36.58 41.61 73.12 -
YUV 165.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 118 180 219 0.46 0.18 0 0.14 203.17 0.58 0.66
Hex 76 B4 DB 2E 12 0 E CB 3A 42
Octal 166 264 333 56 22 0 16 313 72 102
Binary 1110110 10110100 11011011 101110 10010 0 1110 11001011 111010 1000010

Color Harmonies of #76B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B4DB

Black with #76B4DB

Text Example


Text Example

White with #76B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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