Html Css Color HEX #7BACC8 Seagull

📋 copy color: '#7BACC8'

red 123 ◦ green 172 ◦ blue 200

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

Shades of Seagull #7BACC8

Tints of Seagull #7BACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.4%

R = 24.85%
G = 34.75%
B = 40.4%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7BACC8 (or 0x7BACC8) is known color: Seagull. HEX triplet: 7B, AC and C8. RGB value is (123,172,200). Sum of RGB (Red+Green+Blue) = 123+172+200=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 200 - color contains mainly: blue. Hex color #7BACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BACC8 is #845337. Grayscale: #A0A0A0. Windows color (decimal): -8672056 or 13151355. OLE color: 13151355.

HSL color Cylindrical-coordinate representation of color #7BACC8: hue angle of 201.82º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BACC8 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 123 172 200 -
CMYK 0.38 0.14 0 0.22
HSL 201.82º 0.41% 0.63% -
HSV(B) 201.82º 0.39% 0.78% -
XYZ 33.35 37.89 60.2 -
YUV 160.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 123 172 200 0.38 0.14 0 0.22 201.82 0.41 0.63
Hex 7B AC C8 26 E 0 16 CA 29 3F
Octal 173 254 310 46 16 0 26 312 51 77
Binary 1111011 10101100 11001000 100110 1110 0 10110 11001010 101001 111111

Color Harmonies of #7BACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACC8

Black with #7BACC8

Text Example


Text Example

White with #7BACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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