Html Css Color HEX #76BACF Seagull

📋 copy color: '#76BACF'

red 118 ◦ green 186 ◦ blue 207

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

Shades of Seagull #76BACF

Tints of Seagull #76BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.4%

 BLUE value IS 207 (81.25% from 255) = 40.51%

R = 23.09%
G = 36.4%
B = 40.51%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#76BACF (or 0x76BACF) is known color: Seagull. HEX triplet: 76, BA and CF. RGB value is (118,186,207). Sum of RGB (Red+Green+Blue) = 118+186+207=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #76BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BACF is #894530. Grayscale: #A7A7A7. Windows color (decimal): -8996145 or 13613686. OLE color: 13613686.

HSL color Cylindrical-coordinate representation of color #76BACF: hue angle of 194.16º degrees, saturation: 0.48, 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 #76BACF is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 186 207 -
CMYK 0.43 0.10 0 0.19
HSL 194.16º 0.48% 0.64% -
HSV(B) 194.16º 0.43% 0.81% -
XYZ 36.29 43.47 65.51 -
YUV 168.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 118 186 207 0.43 0.10 0 0.19 194.16 0.48 0.64
Hex 76 BA CF 2B A 0 13 C2 30 40
Octal 166 272 317 53 12 0 23 302 60 100
Binary 1110110 10111010 11001111 101011 1010 0 10011 11000010 110000 1000000

Color Harmonies of #76BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BACF

Black with #76BACF

Text Example


Text Example

White with #76BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,186,207); }

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

background-color css

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

 a { background-color: rgb(118,186,207); }

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

border-color css

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

 span { border-color: rgb(118,186,207); }

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