Html Css Color HEX #76BEDD Seagull

📋 copy color: '#76BEDD'

red 118 ◦ green 190 ◦ blue 221

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

Shades of Seagull #76BEDD

Tints of Seagull #76BEDD

RGB

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

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

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

R = 22.31%
G = 35.92%
B = 41.78%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76BEDD (or 0x76BEDD) is known color: Seagull. HEX triplet: 76, BE and DD. RGB value is (118,190,221). Sum of RGB (Red+Green+Blue) = 118+190+221=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #76BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEDD is #894122. Grayscale: #ABABAB. Windows color (decimal): -8995107 or 14532214. OLE color: 14532214.

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

Color convert

RGB 118 190 221 -
CMYK 0.47 0.14 0 0.13
HSL 198.06º 0.6% 0.66% -
HSV(B) 198.06º 0.47% 0.87% -
XYZ 38.94 45.9 75.21 -
YUV 172.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 118 190 221 0.47 0.14 0 0.13 198.06 0.6 0.66
Hex 76 BE DD 2F E 0 D C6 3C 42
Octal 166 276 335 57 16 0 15 306 74 102
Binary 1110110 10111110 11011101 101111 1110 0 1101 11000110 111100 1000010

Color Harmonies of #76BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BEDD

Black with #76BEDD

Text Example


Text Example

White with #76BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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