Html Css Color HEX #7BABCB Seagull

📋 copy color: '#7BABCB'

red 123 ◦ green 171 ◦ blue 203

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

Shades of Seagull #7BABCB

Tints of Seagull #7BABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.41%

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 24.75%
G = 34.41%
B = 40.85%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7BABCB (or 0x7BABCB) is known color: Seagull. HEX triplet: 7B, AB and CB. RGB value is (123,171,203). Sum of RGB (Red+Green+Blue) = 123+171+203=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #7BABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BABCB is #845434. Grayscale: #A0A0A0. Windows color (decimal): -8672309 or 13347707. OLE color: 13347707.

HSL color Cylindrical-coordinate representation of color #7BABCB: hue angle of 204º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BABCB is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 171 203 -
CMYK 0.39 0.16 0 0.20
HSL 204º 0.43% 0.64% -
HSV(B) 204º 0.39% 0.8% -
XYZ 33.51 37.65 62 -
YUV 160.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 123 171 203 0.39 0.16 0 0.20 204 0.43 0.64
Hex 7B AB CB 27 10 0 14 CC 2B 40
Octal 173 253 313 47 20 0 24 314 53 100
Binary 1111011 10101011 11001011 100111 10000 0 10100 11001100 101011 1000000

Color Harmonies of #7BABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BABCB

Black with #7BABCB

Text Example


Text Example

White with #7BABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,171,203); }

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

background-color css

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

 a { background-color: rgb(123,171,203); }

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

border-color css

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

 span { border-color: rgb(123,171,203); }

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