Html Css Color HEX #7CABCE Seagull

📋 copy color: '#7CABCE'

red 124 ◦ green 171 ◦ blue 206

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

Shades of Seagull #7CABCE

Tints of Seagull #7CABCE

RGB

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

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

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

R = 24.75%
G = 34.13%
B = 41.12%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7CABCE (or 0x7CABCE) is known color: Seagull. HEX triplet: 7C, AB and CE. RGB value is (124,171,206). Sum of RGB (Red+Green+Blue) = 124+171+206=501 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.75% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABCE is #835431. Grayscale: #A0A0A0. Windows color (decimal): -8606770 or 13544316. OLE color: 13544316.

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

Color convert

RGB 124 171 206 -
CMYK 0.40 0.17 0 0.19
HSL 205.61º 0.46% 0.65% -
HSV(B) 205.61º 0.4% 0.81% -
XYZ 34.02 37.87 63.91 -
YUV 160.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 124 171 206 0.40 0.17 0 0.19 205.61 0.46 0.65
Hex 7C AB CE 28 11 0 13 CE 2E 41
Octal 174 253 316 50 21 0 23 316 56 101
Binary 1111100 10101011 11001110 101000 10001 0 10011 11001110 101110 1000001

Color Harmonies of #7CABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CABCE

Black with #7CABCE

Text Example


Text Example

White with #7CABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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