Html Css Color HEX #76BCCD Seagull

📋 copy color: '#76BCCD'

red 118 ◦ green 188 ◦ blue 205

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

Shades of Seagull #76BCCD

Tints of Seagull #76BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 23.09%
G = 36.79%
B = 40.12%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76BCCD (or 0x76BCCD) is known color: Seagull. HEX triplet: 76, BC and CD. RGB value is (118,188,205). Sum of RGB (Red+Green+Blue) = 118+188+205=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #76BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCCD is #894332. Grayscale: #A8A8A8. Windows color (decimal): -8995635 or 13483126. OLE color: 13483126.

HSL color Cylindrical-coordinate representation of color #76BCCD: hue angle of 191.72º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76BCCD is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 188 205 -
CMYK 0.42 0.08 0 0.20
HSL 191.72º 0.47% 0.63% -
HSV(B) 191.72º 0.42% 0.8% -
XYZ 36.47 44.23 64.37 -
YUV 169.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 118 188 205 0.42 0.08 0 0.20 191.72 0.47 0.63
Hex 76 BC CD 2A 8 0 14 C0 2F 3F
Octal 166 274 315 52 10 0 24 300 57 77
Binary 1110110 10111100 11001101 101010 1000 0 10100 11000000 101111 111111

Color Harmonies of #76BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCCD

Black with #76BCCD

Text Example


Text Example

White with #76BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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