Html Css Color HEX #7BADCD Seagull

📋 copy color: '#7BADCD'

red 123 ◦ green 173 ◦ blue 205

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

Shades of Seagull #7BADCD

Tints of Seagull #7BADCD

RGB

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

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

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

R = 24.55%
G = 34.53%
B = 40.92%

CMYK

 C value IS 0.4

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7BADCD (or 0x7BADCD) is known color: Seagull. HEX triplet: 7B, AD and CD. RGB value is (123,173,205). Sum of RGB (Red+Green+Blue) = 123+173+205=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADCD is #845232. Grayscale: #A1A1A1. Windows color (decimal): -8671795 or 13479291. OLE color: 13479291.

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

Color convert

RGB 123 173 205 -
CMYK 0.4 0.16 0 0.20
HSL 203.41º 0.45% 0.64% -
HSV(B) 203.41º 0.4% 0.8% -
XYZ 34.13 38.51 63.39 -
YUV 161.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 123 173 205 0.4 0.16 0 0.20 203.41 0.45 0.64
Hex 7B AD CD 28 10 0 14 CB 2D 40
Octal 173 255 315 50 20 0 24 313 55 100
Binary 1111011 10101101 11001101 101000 10000 0 10100 11001011 101101 1000000

Color Harmonies of #7BADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BADCD

Black with #7BADCD

Text Example


Text Example

White with #7BADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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