Html Css Color HEX #76AFCC Seagull

📋 copy color: '#76AFCC'

red 118 ◦ green 175 ◦ blue 204

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

Shades of Seagull #76AFCC

Tints of Seagull #76AFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.21%

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 23.74%
G = 35.21%
B = 41.05%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#76AFCC (or 0x76AFCC) is known color: Seagull. HEX triplet: 76, AF and CC. RGB value is (118,175,204). Sum of RGB (Red+Green+Blue) = 118+175+204=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #76AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AFCC is #895033. Grayscale: #A1A1A1. Windows color (decimal): -8998964 or 13414262. OLE color: 13414262.

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

Color convert

RGB 118 175 204 -
CMYK 0.42 0.14 0 0.2
HSL 200.23º 0.46% 0.63% -
HSV(B) 200.23º 0.42% 0.8% -
XYZ 33.7 38.87 62.85 -
YUV 161.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 118 175 204 0.42 0.14 0 0.2 200.23 0.46 0.63
Hex 76 AF CC 2A E 0 14 C8 2E 3F
Octal 166 257 314 52 16 0 24 310 56 77
Binary 1110110 10101111 11001100 101010 1110 0 10100 11001000 101110 111111

Color Harmonies of #76AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AFCC

Black with #76AFCC

Text Example


Text Example

White with #76AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,175,204); }

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

background-color css

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

 a { background-color: rgb(118,175,204); }

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

border-color css

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

 span { border-color: rgb(118,175,204); }

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