Html Css Color HEX #76B0CE Seagull

📋 copy color: '#76B0CE'

red 118 ◦ green 176 ◦ blue 206

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

Shades of Seagull #76B0CE

Tints of Seagull #76B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.2%

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 23.6%
G = 35.2%
B = 41.2%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76B0CE (or 0x76B0CE) is known color: Seagull. HEX triplet: 76, B0 and CE. RGB value is (118,176,206). Sum of RGB (Red+Green+Blue) = 118+176+206=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #76B0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0CE is #894F31. Grayscale: #A1A1A1. Windows color (decimal): -8998706 or 13545590. OLE color: 13545590.

HSL color Cylindrical-coordinate representation of color #76B0CE: hue angle of 200.45º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76B0CE is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 176 206 -
CMYK 0.43 0.15 0 0.19
HSL 200.45º 0.47% 0.64% -
HSV(B) 200.45º 0.43% 0.81% -
XYZ 34.14 39.36 64.19 -
YUV 162.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 118 176 206 0.43 0.15 0 0.19 200.45 0.47 0.64
Hex 76 B0 CE 2B F 0 13 C8 2F 40
Octal 166 260 316 53 17 0 23 310 57 100
Binary 1110110 10110000 11001110 101011 1111 0 10011 11001000 101111 1000000

Color Harmonies of #76B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B0CE

Black with #76B0CE

Text Example


Text Example

White with #76B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,176,206); }

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

background-color css

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

 a { background-color: rgb(118,176,206); }

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

border-color css

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

 span { border-color: rgb(118,176,206); }

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