Html Css Color HEX #7CACD0 Seagull

📋 copy color: '#7CACD0'

red 124 ◦ green 172 ◦ blue 208

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

Shades of Seagull #7CACD0

Tints of Seagull #7CACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 24.6%
G = 34.13%
B = 41.27%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7CACD0 (or 0x7CACD0) is known color: Seagull. HEX triplet: 7C, AC and D0. RGB value is (124,172,208). Sum of RGB (Red+Green+Blue) = 124+172+208=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #7CACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACD0 is #83532F. Grayscale: #A1A1A1. Windows color (decimal): -8606512 or 13675644. OLE color: 13675644.

HSL color Cylindrical-coordinate representation of color #7CACD0: hue angle of 205.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CACD0 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 124 172 208 -
CMYK 0.40 0.17 0 0.18
HSL 205.71º 0.47% 0.65% -
HSV(B) 205.71º 0.4% 0.82% -
XYZ 34.45 38.34 65.26 -
YUV 161.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 124 172 208 0.40 0.17 0 0.18 205.71 0.47 0.65
Hex 7C AC D0 28 11 0 12 CE 2F 41
Octal 174 254 320 50 21 0 22 316 57 101
Binary 1111100 10101100 11010000 101000 10001 0 10010 11001110 101111 1000001

Color Harmonies of #7CACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACD0

Black with #7CACD0

Text Example


Text Example

White with #7CACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,172,208); }

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

background-color css

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

 a { background-color: rgb(124,172,208); }

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

border-color css

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

 span { border-color: rgb(124,172,208); }

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