Html Css Color HEX #76B8DC Seagull

📋 copy color: '#76B8DC'

red 118 ◦ green 184 ◦ blue 220

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

Shades of Seagull #76B8DC

Tints of Seagull #76B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.25%

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 22.61%
G = 35.25%
B = 42.15%

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

#76B8DC (or 0x76B8DC) is known color: Seagull. HEX triplet: 76, B8 and DC. RGB value is (118,184,220). Sum of RGB (Red+Green+Blue) = 118+184+220=522 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.61% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #76B8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B8DC is #894723. Grayscale: #A8A8A8. Windows color (decimal): -8996644 or 14465142. OLE color: 14465142.

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

Color convert

RGB 118 184 220 -
CMYK 0.46 0.16 0 0.14
HSL 201.18º 0.59% 0.66% -
HSV(B) 201.18º 0.46% 0.86% -
XYZ 37.53 43.3 74.09 -
YUV 168.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 118 184 220 0.46 0.16 0 0.14 201.18 0.59 0.66
Hex 76 B8 DC 2E 10 0 E C9 3B 42
Octal 166 270 334 56 20 0 16 311 73 102
Binary 1110110 10111000 11011100 101110 10000 0 1110 11001001 111011 1000010

Color Harmonies of #76B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B8DC

Black with #76B8DC

Text Example


Text Example

White with #76B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,184,220); }

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

background-color css

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

 a { background-color: rgb(118,184,220); }

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

border-color css

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

 span { border-color: rgb(118,184,220); }

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