Html Css Color HEX #7CABCC Seagull

📋 copy color: '#7CABCC'

red 124 ◦ green 171 ◦ blue 204

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

Shades of Seagull #7CABCC

Tints of Seagull #7CABCC

RGB

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

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

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

R = 24.85%
G = 34.27%
B = 40.88%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7CABCC (or 0x7CABCC) is known color: Seagull. HEX triplet: 7C, AB and CC. RGB value is (124,171,204). Sum of RGB (Red+Green+Blue) = 124+171+204=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABCC is #835433. Grayscale: #A0A0A0. Windows color (decimal): -8606772 or 13413244. OLE color: 13413244.

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

Color convert

RGB 124 171 204 -
CMYK 0.39 0.16 0 0.2
HSL 204.75º 0.44% 0.64% -
HSV(B) 204.75º 0.39% 0.8% -
XYZ 33.77 37.77 62.64 -
YUV 160.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 124 171 204 0.39 0.16 0 0.2 204.75 0.44 0.64
Hex 7C AB CC 27 10 0 14 CD 2C 40
Octal 174 253 314 47 20 0 24 315 54 100
Binary 1111100 10101011 11001100 100111 10000 0 10100 11001101 101100 1000000

Color Harmonies of #7CABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CABCC

Black with #7CABCC

Text Example


Text Example

White with #7CABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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