Html Css Color HEX #76A8CB Seagull

📋 copy color: '#76A8CB'

red 118 ◦ green 168 ◦ blue 203

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

Shades of Seagull #76A8CB

Tints of Seagull #76A8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 24.13%
G = 34.36%
B = 41.51%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#76A8CB (or 0x76A8CB) is known color: Seagull. HEX triplet: 76, A8 and CB. RGB value is (118,168,203). Sum of RGB (Red+Green+Blue) = 118+168+203=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #76A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8CB is #895734. Grayscale: #9C9C9C. Windows color (decimal): -9000757 or 13346934. OLE color: 13346934.

HSL color Cylindrical-coordinate representation of color #76A8CB: hue angle of 204.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76A8CB is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 168 203 -
CMYK 0.42 0.17 0 0.20
HSL 204.71º 0.45% 0.63% -
HSV(B) 204.71º 0.42% 0.8% -
XYZ 32.25 36.17 61.78 -
YUV 157.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 118 168 203 0.42 0.17 0 0.20 204.71 0.45 0.63
Hex 76 A8 CB 2A 11 0 14 CD 2D 3F
Octal 166 250 313 52 21 0 24 315 55 77
Binary 1110110 10101000 11001011 101010 10001 0 10100 11001101 101101 111111

Color Harmonies of #76A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8CB

Black with #76A8CB

Text Example


Text Example

White with #76A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,168,203); }

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

background-color css

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

 a { background-color: rgb(118,168,203); }

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

border-color css

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

 span { border-color: rgb(118,168,203); }

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