Html Css Color HEX #76BCDA Seagull

📋 copy color: '#76BCDA'

red 118 ◦ green 188 ◦ blue 218

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

Shades of Seagull #76BCDA

Tints of Seagull #76BCDA

RGB

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

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

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

R = 22.52%
G = 35.88%
B = 41.6%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#76BCDA (or 0x76BCDA) is known color: Seagull. HEX triplet: 76, BC and DA. RGB value is (118,188,218). Sum of RGB (Red+Green+Blue) = 118+188+218=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #76BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCDA is #894325. Grayscale: #AAAAAA. Windows color (decimal): -8995622 or 14335094. OLE color: 14335094.

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

Color convert

RGB 118 188 218 -
CMYK 0.46 0.14 0 0.15
HSL 198º 0.57% 0.66% -
HSV(B) 198º 0.46% 0.85% -
XYZ 38.11 44.88 72.98 -
YUV 170.49 154.81 90.56 -
System Red Green Blue C M Y K H S L
Decimal 118 188 218 0.46 0.14 0 0.15 198 0.57 0.66
Hex 76 BC DA 2E E 0 F C6 39 42
Octal 166 274 332 56 16 0 17 306 71 102
Binary 1110110 10111100 11011010 101110 1110 0 1111 11000110 111001 1000010

Color Harmonies of #76BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCDA

Black with #76BCDA

Text Example


Text Example

White with #76BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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