Html Css Color HEX #7BADCC Seagull

📋 copy color: '#7BADCC'

red 123 ◦ green 173 ◦ blue 204

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

Shades of Seagull #7BADCC

Tints of Seagull #7BADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 24.6%
G = 34.6%
B = 40.8%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7BADCC (or 0x7BADCC) is known color: Seagull. HEX triplet: 7B, AD and CC. RGB value is (123,173,204). Sum of RGB (Red+Green+Blue) = 123+173+204=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADCC is #845233. Grayscale: #A1A1A1. Windows color (decimal): -8671796 or 13413755. OLE color: 13413755.

HSL color Cylindrical-coordinate representation of color #7BADCC: hue angle of 202.96º degrees, saturation: 0.44, 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 #7BADCC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 123 173 204 -
CMYK 0.40 0.15 0 0.2
HSL 202.96º 0.44% 0.64% -
HSV(B) 202.96º 0.4% 0.8% -
XYZ 34.01 38.46 62.76 -
YUV 161.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 123 173 204 0.40 0.15 0 0.2 202.96 0.44 0.64
Hex 7B AD CC 28 F 0 14 CB 2C 40
Octal 173 255 314 50 17 0 24 313 54 100
Binary 1111011 10101101 11001100 101000 1111 0 10100 11001011 101100 1000000

Color Harmonies of #7BADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BADCC

Black with #7BADCC

Text Example


Text Example

White with #7BADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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