Html Css Color HEX #76BADE Seagull

📋 copy color: '#76BADE'

red 118 ◦ green 186 ◦ blue 222

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

Shades of Seagull #76BADE

Tints of Seagull #76BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.36%

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

R = 22.43%
G = 35.36%
B = 42.21%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76BADE (or 0x76BADE) is known color: Seagull. HEX triplet: 76, BA and DE. RGB value is (118,186,222). Sum of RGB (Red+Green+Blue) = 118+186+222=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #76BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BADE is #894521. Grayscale: #A9A9A9. Windows color (decimal): -8996130 or 14596726. OLE color: 14596726.

HSL color Cylindrical-coordinate representation of color #76BADE: hue angle of 200.77º 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 #76BADE is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 186 222 -
CMYK 0.47 0.16 0 0.13
HSL 200.77º 0.61% 0.67% -
HSV(B) 200.77º 0.47% 0.87% -
XYZ 38.21 44.24 75.63 -
YUV 169.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 118 186 222 0.47 0.16 0 0.13 200.77 0.61 0.67
Hex 76 BA DE 2F 10 0 D C9 3D 43
Octal 166 272 336 57 20 0 15 311 75 103
Binary 1110110 10111010 11011110 101111 10000 0 1101 11001001 111101 1000011

Color Harmonies of #76BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BADE

Black with #76BADE

Text Example


Text Example

White with #76BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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