Html Css Color HEX #7BACD0 Seagull

📋 copy color: '#7BACD0'

red 123 ◦ green 172 ◦ blue 208

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

Shades of Seagull #7BACD0

Tints of Seagull #7BACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 24.45%
G = 34.19%
B = 41.35%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7BACD0 (or 0x7BACD0) is known color: Seagull. HEX triplet: 7B, AC and D0. RGB value is (123,172,208). Sum of RGB (Red+Green+Blue) = 123+172+208=503 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.45% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #7BACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACD0 is #84532F. Grayscale: #A1A1A1. Windows color (decimal): -8672048 or 13675643. OLE color: 13675643.

HSL color Cylindrical-coordinate representation of color #7BACD0: hue angle of 205.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BACD0 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 123 172 208 -
CMYK 0.41 0.17 0 0.18
HSL 205.41º 0.47% 0.65% -
HSV(B) 205.41º 0.41% 0.82% -
XYZ 34.31 38.27 65.25 -
YUV 161.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 123 172 208 0.41 0.17 0 0.18 205.41 0.47 0.65
Hex 7B AC D0 29 11 0 12 CD 2F 41
Octal 173 254 320 51 21 0 22 315 57 101
Binary 1111011 10101100 11010000 101001 10001 0 10010 11001101 101111 1000001

Color Harmonies of #7BACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACD0

Black with #7BACD0

Text Example


Text Example

White with #7BACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,172,208); }

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

background-color css

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

 a { background-color: rgb(123,172,208); }

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

border-color css

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

 span { border-color: rgb(123,172,208); }

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