Html Css Color HEX #76BEDA Seagull

📋 copy color: '#76BEDA'

red 118 ◦ green 190 ◦ blue 218

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

Shades of Seagull #76BEDA

Tints of Seagull #76BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.12%

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 22.43%
G = 36.12%
B = 41.44%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#76BEDA (or 0x76BEDA) is known color: Seagull. HEX triplet: 76, BE and DA. RGB value is (118,190,218). Sum of RGB (Red+Green+Blue) = 118+190+218=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #76BEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEDA is #894125. Grayscale: #ABABAB. Windows color (decimal): -8995110 or 14335606. OLE color: 14335606.

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

Color convert

RGB 118 190 218 -
CMYK 0.46 0.13 0 0.15
HSL 196.8º 0.57% 0.66% -
HSV(B) 196.8º 0.46% 0.85% -
XYZ 38.54 45.74 73.13 -
YUV 171.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 118 190 218 0.46 0.13 0 0.15 196.8 0.57 0.66
Hex 76 BE DA 2E D 0 F C5 39 42
Octal 166 276 332 56 15 0 17 305 71 102
Binary 1110110 10111110 11011010 101110 1101 0 1111 11000101 111001 1000010

Color Harmonies of #76BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BEDA

Black with #76BEDA

Text Example


Text Example

White with #76BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,190,218); }

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

background-color css

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

 a { background-color: rgb(118,190,218); }

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

border-color css

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

 span { border-color: rgb(118,190,218); }

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