Html Css Color HEX #76BBCD Seagull

📋 copy color: '#76BBCD'

red 118 ◦ green 187 ◦ blue 205

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

Shades of Seagull #76BBCD

Tints of Seagull #76BBCD

RGB

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

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

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

R = 23.14%
G = 36.67%
B = 40.2%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76BBCD (or 0x76BBCD) is known color: Seagull. HEX triplet: 76, BB and CD. RGB value is (118,187,205). Sum of RGB (Red+Green+Blue) = 118+187+205=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #76BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBCD is #894432. Grayscale: #A8A8A8. Windows color (decimal): -8995891 or 13482870. OLE color: 13482870.

HSL color Cylindrical-coordinate representation of color #76BBCD: hue angle of 192.41º 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 #76BBCD is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 187 205 -
CMYK 0.42 0.09 0 0.20
HSL 192.41º 0.47% 0.63% -
HSV(B) 192.41º 0.42% 0.8% -
XYZ 36.26 43.8 64.3 -
YUV 168.42 148.64 92.04 -
System Red Green Blue C M Y K H S L
Decimal 118 187 205 0.42 0.09 0 0.20 192.41 0.47 0.63
Hex 76 BB CD 2A 9 0 14 C0 2F 3F
Octal 166 273 315 52 11 0 24 300 57 77
Binary 1110110 10111011 11001101 101010 1001 0 10100 11000000 101111 111111

Color Harmonies of #76BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BBCD

Black with #76BBCD

Text Example


Text Example

White with #76BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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