Html Css Color HEX #7BAACC Seagull

📋 copy color: '#7BAACC'

red 123 ◦ green 170 ◦ blue 204

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

Shades of Seagull #7BAACC

Tints of Seagull #7BAACC

RGB

 RED value IS 123 (48.44% from 255) = 24.75%

 GREEN value IS 170 (66.8% from 255) = 34.21%

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

R = 24.75%
G = 34.21%
B = 41.05%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7BAACC (or 0x7BAACC) is known color: Seagull. HEX triplet: 7B, AA and CC. RGB value is (123,170,204). Sum of RGB (Red+Green+Blue) = 123+170+204=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 170 (66.80% from 255 or 34.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 #7BAACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAACC is #845533. Grayscale: #9F9F9F. Windows color (decimal): -8672564 or 13412987. OLE color: 13412987.

HSL color Cylindrical-coordinate representation of color #7BAACC: hue angle of 205.19º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BAACC is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 170 204 -
CMYK 0.40 0.17 0 0.2
HSL 205.19º 0.44% 0.64% -
HSV(B) 205.19º 0.4% 0.8% -
XYZ 33.44 37.32 62.57 -
YUV 159.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 123 170 204 0.40 0.17 0 0.2 205.19 0.44 0.64
Hex 7B AA CC 28 11 0 14 CD 2C 40
Octal 173 252 314 50 21 0 24 315 54 100
Binary 1111011 10101010 11001100 101000 10001 0 10100 11001101 101100 1000000

Color Harmonies of #7BAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAACC

Black with #7BAACC

Text Example


Text Example

White with #7BAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BAACC; }

 p { color: rgb(123,170,204); }

 H1.HeaderClassName
 {
   color: #7BAACC;
 }
 .AnyTagClassName
 {
   color: #7BAACC;
 }
</style>

background-color css

<style>
 a { background-color: #7BAACC; }

 a { background-color: rgb(123,170,204); }

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

border-color css

<style>
 span { border-color: #7BAACC; }

 span { border-color: rgb(123,170,204); }

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