Html Css Color HEX #76BCD7 Seagull

📋 copy color: '#76BCD7'

red 118 ◦ green 188 ◦ blue 215

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

Shades of Seagull #76BCD7

Tints of Seagull #76BCD7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 22.65%
G = 36.08%
B = 41.27%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#76BCD7 (or 0x76BCD7) is known color: Seagull. HEX triplet: 76, BC and D7. RGB value is (118,188,215). Sum of RGB (Red+Green+Blue) = 118+188+215=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #76BCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCD7 is #894328. Grayscale: #A9A9A9. Windows color (decimal): -8995625 or 14138486. OLE color: 14138486.

HSL color Cylindrical-coordinate representation of color #76BCD7: hue angle of 196.7º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76BCD7 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 188 215 -
CMYK 0.45 0.13 0 0.16
HSL 196.7º 0.55% 0.65% -
HSV(B) 196.7º 0.45% 0.84% -
XYZ 37.72 44.72 70.93 -
YUV 170.15 153.31 90.8 -
System Red Green Blue C M Y K H S L
Decimal 118 188 215 0.45 0.13 0 0.16 196.7 0.55 0.65
Hex 76 BC D7 2D D 0 10 C5 37 41
Octal 166 274 327 55 15 0 20 305 67 101
Binary 1110110 10111100 11010111 101101 1101 0 10000 11000101 110111 1000001

Color Harmonies of #76BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCD7

Black with #76BCD7

Text Example


Text Example

White with #76BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,188,215); }

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

background-color css

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

 a { background-color: rgb(118,188,215); }

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

border-color css

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

 span { border-color: rgb(118,188,215); }

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