Html Css Color HEX #76BDDB Seagull

📋 copy color: '#76BDDB'

red 118 ◦ green 189 ◦ blue 219

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

Shades of Seagull #76BDDB

Tints of Seagull #76BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.93%

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 22.43%
G = 35.93%
B = 41.63%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76BDDB (or 0x76BDDB) is known color: Seagull. HEX triplet: 76, BD and DB. RGB value is (118,189,219). Sum of RGB (Red+Green+Blue) = 118+189+219=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #76BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDDB is #894224. Grayscale: #ABABAB. Windows color (decimal): -8995365 or 14400886. OLE color: 14400886.

HSL color Cylindrical-coordinate representation of color #76BDDB: hue angle of 197.82º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76BDDB is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 189 219 -
CMYK 0.46 0.14 0 0.14
HSL 197.82º 0.58% 0.66% -
HSV(B) 197.82º 0.46% 0.86% -
XYZ 38.45 45.36 73.75 -
YUV 171.19 154.98 90.06 -
System Red Green Blue C M Y K H S L
Decimal 118 189 219 0.46 0.14 0 0.14 197.82 0.58 0.66
Hex 76 BD DB 2E E 0 E C6 3A 42
Octal 166 275 333 56 16 0 16 306 72 102
Binary 1110110 10111101 11011011 101110 1110 0 1110 11000110 111010 1000010

Color Harmonies of #76BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BDDB

Black with #76BDDB

Text Example


Text Example

White with #76BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,189,219); }

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

background-color css

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

 a { background-color: rgb(118,189,219); }

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

border-color css

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

 span { border-color: rgb(118,189,219); }

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