Html Css Color HEX #76A8CE Seagull

📋 copy color: '#76A8CE'

red 118 ◦ green 168 ◦ blue 206

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

Shades of Seagull #76A8CE

Tints of Seagull #76A8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 23.98%
G = 34.15%
B = 41.87%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76A8CE (or 0x76A8CE) is known color: Seagull. HEX triplet: 76, A8 and CE. RGB value is (118,168,206). Sum of RGB (Red+Green+Blue) = 118+168+206=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #76A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8CE is #895731. Grayscale: #9D9D9D. Windows color (decimal): -9000754 or 13543542. OLE color: 13543542.

HSL color Cylindrical-coordinate representation of color #76A8CE: hue angle of 205.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76A8CE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 168 206 -
CMYK 0.43 0.18 0 0.19
HSL 205.91º 0.47% 0.64% -
HSV(B) 205.91º 0.43% 0.81% -
XYZ 32.61 36.31 63.68 -
YUV 157.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 118 168 206 0.43 0.18 0 0.19 205.91 0.47 0.64
Hex 76 A8 CE 2B 12 0 13 CE 2F 40
Octal 166 250 316 53 22 0 23 316 57 100
Binary 1110110 10101000 11001110 101011 10010 0 10011 11001110 101111 1000000

Color Harmonies of #76A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8CE

Black with #76A8CE

Text Example


Text Example

White with #76A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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