Html Css Color HEX #76BBDC Seagull

📋 copy color: '#76BBDC'

red 118 ◦ green 187 ◦ blue 220

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

Shades of Seagull #76BBDC

Tints of Seagull #76BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

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

R = 22.48%
G = 35.62%
B = 41.9%

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

#76BBDC (or 0x76BBDC) is known color: Seagull. HEX triplet: 76, BB and DC. RGB value is (118,187,220). Sum of RGB (Red+Green+Blue) = 118+187+220=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #76BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBDC is #894423. Grayscale: #A9A9A9. Windows color (decimal): -8995876 or 14465910. OLE color: 14465910.

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

Color convert

RGB 118 187 220 -
CMYK 0.46 0.15 0 0.14
HSL 199.41º 0.59% 0.66% -
HSV(B) 199.41º 0.46% 0.86% -
XYZ 38.16 44.56 74.3 -
YUV 170.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 118 187 220 0.46 0.15 0 0.14 199.41 0.59 0.66
Hex 76 BB DC 2E F 0 E C7 3B 42
Octal 166 273 334 56 17 0 16 307 73 102
Binary 1110110 10111011 11011100 101110 1111 0 1110 11000111 111011 1000010

Color Harmonies of #76BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BBDC

Black with #76BBDC

Text Example


Text Example

White with #76BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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