Html Css Color HEX #76BADC Seagull

📋 copy color: '#76BADC'

red 118 ◦ green 186 ◦ blue 220

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

Shades of Seagull #76BADC

Tints of Seagull #76BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

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

R = 22.52%
G = 35.5%
B = 41.98%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76BADC (or 0x76BADC) is known color: Seagull. HEX triplet: 76, BA and DC. RGB value is (118,186,220). Sum of RGB (Red+Green+Blue) = 118+186+220=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #76BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BADC is #894523. Grayscale: #A9A9A9. Windows color (decimal): -8996132 or 14465654. OLE color: 14465654.

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

Color convert

RGB 118 186 220 -
CMYK 0.46 0.15 0 0.14
HSL 200º 0.59% 0.66% -
HSV(B) 200º 0.46% 0.86% -
XYZ 37.95 44.14 74.23 -
YUV 169.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 118 186 220 0.46 0.15 0 0.14 200 0.59 0.66
Hex 76 BA DC 2E F 0 E C8 3B 42
Octal 166 272 334 56 17 0 16 310 73 102
Binary 1110110 10111010 11011100 101110 1111 0 1110 11001000 111011 1000010

Color Harmonies of #76BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BADC

Black with #76BADC

Text Example


Text Example

White with #76BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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