Html Css Color HEX #76BCDD Seagull

📋 copy color: '#76BCDD'

red 118 ◦ green 188 ◦ blue 221

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

Shades of Seagull #76BCDD

Tints of Seagull #76BCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 22.39%
G = 35.67%
B = 41.94%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76BCDD (or 0x76BCDD) is known color: Seagull. HEX triplet: 76, BC and DD. RGB value is (118,188,221). Sum of RGB (Red+Green+Blue) = 118+188+221=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #76BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCDD is #894322. Grayscale: #AAAAAA. Windows color (decimal): -8995619 or 14531702. OLE color: 14531702.

HSL color Cylindrical-coordinate representation of color #76BCDD: hue angle of 199.22º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76BCDD is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 188 221 -
CMYK 0.47 0.15 0 0.13
HSL 199.22º 0.6% 0.66% -
HSV(B) 199.22º 0.47% 0.87% -
XYZ 38.51 45.04 75.07 -
YUV 170.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 118 188 221 0.47 0.15 0 0.13 199.22 0.6 0.66
Hex 76 BC DD 2F F 0 D C7 3C 42
Octal 166 274 335 57 17 0 15 307 74 102
Binary 1110110 10111100 11011101 101111 1111 0 1101 11000111 111100 1000010

Color Harmonies of #76BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCDD

Black with #76BCDD

Text Example


Text Example

White with #76BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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