Html Css Color HEX #76B5DD Seagull

📋 copy color: '#76B5DD'

red 118 ◦ green 181 ◦ blue 221

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

Shades of Seagull #76B5DD

Tints of Seagull #76B5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.81%

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

R = 22.69%
G = 34.81%
B = 42.5%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#76B5DD (or 0x76B5DD) is known color: Seagull. HEX triplet: 76, B5 and DD. RGB value is (118,181,221). Sum of RGB (Red+Green+Blue) = 118+181+221=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #76B5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B5DD is #894A22. Grayscale: #A6A6A6. Windows color (decimal): -8997411 or 14529910. OLE color: 14529910.

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

Color convert

RGB 118 181 221 -
CMYK 0.47 0.18 0 0.13
HSL 203.3º 0.6% 0.66% -
HSV(B) 203.3º 0.47% 0.87% -
XYZ 37.05 42.12 74.58 -
YUV 166.72 158.63 93.25 -
System Red Green Blue C M Y K H S L
Decimal 118 181 221 0.47 0.18 0 0.13 203.3 0.6 0.66
Hex 76 B5 DD 2F 12 0 D CB 3C 42
Octal 166 265 335 57 22 0 15 313 74 102
Binary 1110110 10110101 11011101 101111 10010 0 1101 11001011 111100 1000010

Color Harmonies of #76B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B5DD

Black with #76B5DD

Text Example


Text Example

White with #76B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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