Html Css Color HEX #7CBACE Seagull

📋 copy color: '#7CBACE'

red 124 ◦ green 186 ◦ blue 206

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

Shades of Seagull #7CBACE

Tints of Seagull #7CBACE

RGB

 RED value IS 124 (48.83% from 255) = 24.03%

 GREEN value IS 186 (73.05% from 255) = 36.05%

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 24.03%
G = 36.05%
B = 39.92%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7CBACE (or 0x7CBACE) is known color: Seagull. HEX triplet: 7C, BA and CE. RGB value is (124,186,206). Sum of RGB (Red+Green+Blue) = 124+186+206=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CBACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBACE is #834531. Grayscale: #A9A9A9. Windows color (decimal): -8602930 or 13548156. OLE color: 13548156.

HSL color Cylindrical-coordinate representation of color #7CBACE: hue angle of 194.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CBACE is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 186 206 -
CMYK 0.40 0.10 0 0.19
HSL 194.63º 0.46% 0.65% -
HSV(B) 194.63º 0.4% 0.81% -
XYZ 37.01 43.86 64.91 -
YUV 169.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 124 186 206 0.40 0.10 0 0.19 194.63 0.46 0.65
Hex 7C BA CE 28 A 0 13 C3 2E 41
Octal 174 272 316 50 12 0 23 303 56 101
Binary 1111100 10111010 11001110 101000 1010 0 10011 11000011 101110 1000001

Color Harmonies of #7CBACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBACE

Black with #7CBACE

Text Example


Text Example

White with #7CBACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,206); }

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

background-color css

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

 a { background-color: rgb(124,186,206); }

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

border-color css

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

 span { border-color: rgb(124,186,206); }

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