Html Css Color HEX #76BCDE Seagull

📋 copy color: '#76BCDE'

red 118 ◦ green 188 ◦ blue 222

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

Shades of Seagull #76BCDE

Tints of Seagull #76BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 22.35%
G = 35.61%
B = 42.05%

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

#76BCDE (or 0x76BCDE) is known color: Seagull. HEX triplet: 76, BC and DE. RGB value is (118,188,222). Sum of RGB (Red+Green+Blue) = 118+188+222=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #76BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCDE is #894321. Grayscale: #AAAAAA. Windows color (decimal): -8995618 or 14597238. OLE color: 14597238.

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

Color convert

RGB 118 188 222 -
CMYK 0.47 0.15 0 0.13
HSL 199.62º 0.61% 0.67% -
HSV(B) 199.62º 0.47% 0.87% -
XYZ 38.64 45.09 75.77 -
YUV 170.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 118 188 222 0.47 0.15 0 0.13 199.62 0.61 0.67
Hex 76 BC DE 2F F 0 D C8 3D 43
Octal 166 274 336 57 17 0 15 310 75 103
Binary 1110110 10111100 11011110 101111 1111 0 1101 11001000 111101 1000011

Color Harmonies of #76BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCDE

Black with #76BCDE

Text Example


Text Example

White with #76BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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