Html Css Color HEX #7BBACD Seagull

📋 copy color: '#7BBACD'

red 123 ◦ green 186 ◦ blue 205

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

Shades of Seagull #7BBACD

Tints of Seagull #7BBACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 23.93%
G = 36.19%
B = 39.88%

CMYK

 C value IS 0.4

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7BBACD (or 0x7BBACD) is known color: Seagull. HEX triplet: 7B, BA and CD. RGB value is (123,186,205). Sum of RGB (Red+Green+Blue) = 123+186+205=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBACD is #844532. Grayscale: #A9A9A9. Windows color (decimal): -8668467 or 13482619. OLE color: 13482619.

HSL color Cylindrical-coordinate representation of color #7BBACD: hue angle of 193.9º degrees, saturation: 0.45, 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 #7BBACD is Cyan = 0.4, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 186 205 -
CMYK 0.4 0.09 0 0.20
HSL 193.9º 0.45% 0.64% -
HSV(B) 193.9º 0.4% 0.8% -
XYZ 36.75 43.74 64.26 -
YUV 169.33 148.13 94.96 -
System Red Green Blue C M Y K H S L
Decimal 123 186 205 0.4 0.09 0 0.20 193.9 0.45 0.64
Hex 7B BA CD 28 9 0 14 C2 2D 40
Octal 173 272 315 50 11 0 24 302 55 100
Binary 1111011 10111010 11001101 101000 1001 0 10100 11000010 101101 1000000

Color Harmonies of #7BBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBACD

Black with #7BBACD

Text Example


Text Example

White with #7BBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,186,205); }

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

background-color css

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

 a { background-color: rgb(123,186,205); }

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

border-color css

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

 span { border-color: rgb(123,186,205); }

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