Html Css Color HEX #76BCCF Seagull

📋 copy color: '#76BCCF'

red 118 ◦ green 188 ◦ blue 207

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

Shades of Seagull #76BCCF

Tints of Seagull #76BCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 23%
G = 36.65%
B = 40.35%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76BCCF (or 0x76BCCF) is known color: Seagull. HEX triplet: 76, BC and CF. RGB value is (118,188,207). Sum of RGB (Red+Green+Blue) = 118+188+207=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #76BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCCF is #894330. Grayscale: #A9A9A9. Windows color (decimal): -8995633 or 13614198. OLE color: 13614198.

HSL color Cylindrical-coordinate representation of color #76BCCF: hue angle of 192.81º degrees, saturation: 0.48, 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 #76BCCF is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 188 207 -
CMYK 0.43 0.09 0 0.19
HSL 192.81º 0.48% 0.64% -
HSV(B) 192.81º 0.43% 0.81% -
XYZ 36.72 44.32 65.65 -
YUV 169.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 118 188 207 0.43 0.09 0 0.19 192.81 0.48 0.64
Hex 76 BC CF 2B 9 0 13 C1 30 40
Octal 166 274 317 53 11 0 23 301 60 100
Binary 1110110 10111100 11001111 101011 1001 0 10011 11000001 110000 1000000

Color Harmonies of #76BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCCF

Black with #76BCCF

Text Example


Text Example

White with #76BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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