Html Css Color HEX #7BAECC Seagull

📋 copy color: '#7BAECC'

red 123 ◦ green 174 ◦ blue 204

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

Shades of Seagull #7BAECC

Tints of Seagull #7BAECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.73%

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

R = 24.55%
G = 34.73%
B = 40.72%

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

#7BAECC (or 0x7BAECC) is known color: Seagull. HEX triplet: 7B, AE and CC. RGB value is (123,174,204). Sum of RGB (Red+Green+Blue) = 123+174+204=501 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.55% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAECC is #845133. Grayscale: #A2A2A2. Windows color (decimal): -8671540 or 13414011. OLE color: 13414011.

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

Color convert

RGB 123 174 204 -
CMYK 0.40 0.15 0 0.2
HSL 202.22º 0.44% 0.64% -
HSV(B) 202.22º 0.4% 0.8% -
XYZ 34.2 38.84 62.82 -
YUV 162.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 123 174 204 0.40 0.15 0 0.2 202.22 0.44 0.64
Hex 7B AE CC 28 F 0 14 CA 2C 40
Octal 173 256 314 50 17 0 24 312 54 100
Binary 1111011 10101110 11001100 101000 1111 0 10100 11001010 101100 1000000

Color Harmonies of #7BAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAECC

Black with #7BAECC

Text Example


Text Example

White with #7BAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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