Html Css Color HEX #7BADC8 Seagull

📋 copy color: '#7BADC8'

red 123 ◦ green 173 ◦ blue 200

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

Shades of Seagull #7BADC8

Tints of Seagull #7BADC8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

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

R = 24.8%
G = 34.88%
B = 40.32%

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

#7BADC8 (or 0x7BADC8) is known color: Seagull. HEX triplet: 7B, AD and C8. RGB value is (123,173,200). Sum of RGB (Red+Green+Blue) = 123+173+200=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #7BADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADC8 is #845237. Grayscale: #A0A0A0. Windows color (decimal): -8671800 or 13151611. OLE color: 13151611.

HSL color Cylindrical-coordinate representation of color #7BADC8: hue angle of 201.04º 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 #7BADC8 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 123 173 200 -
CMYK 0.38 0.14 0 0.22
HSL 201.04º 0.41% 0.63% -
HSV(B) 201.04º 0.39% 0.78% -
XYZ 33.54 38.27 60.26 -
YUV 161.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 123 173 200 0.38 0.14 0 0.22 201.04 0.41 0.63
Hex 7B AD C8 26 E 0 16 C9 29 3F
Octal 173 255 310 46 16 0 26 311 51 77
Binary 1111011 10101101 11001000 100110 1110 0 10110 11001001 101001 111111

Color Harmonies of #7BADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BADC8

Black with #7BADC8

Text Example


Text Example

White with #7BADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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