Html Css Color HEX #7CAAC8 Seagull

📋 copy color: '#7CAAC8'

red 124 ◦ green 170 ◦ blue 200

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

Shades of Seagull #7CAAC8

Tints of Seagull #7CAAC8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.41%

 BLUE value IS 200 (78.52% from 255) = 40.49%

R = 25.1%
G = 34.41%
B = 40.49%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7CAAC8 (or 0x7CAAC8) is known color: Seagull. HEX triplet: 7C, AA and C8. RGB value is (124,170,200). Sum of RGB (Red+Green+Blue) = 124+170+200=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 200 - color contains mainly: blue. Hex color #7CAAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAAC8 is #835537. Grayscale: #9F9F9F. Windows color (decimal): -8607032 or 13150844. OLE color: 13150844.

HSL color Cylindrical-coordinate representation of color #7CAAC8: hue angle of 203.68º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CAAC8 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 170 200 -
CMYK 0.38 0.15 0 0.22
HSL 203.68º 0.41% 0.64% -
HSV(B) 203.68º 0.38% 0.78% -
XYZ 33.11 37.2 60.08 -
YUV 159.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 124 170 200 0.38 0.15 0 0.22 203.68 0.41 0.64
Hex 7C AA C8 26 F 0 16 CC 29 40
Octal 174 252 310 46 17 0 26 314 51 100
Binary 1111100 10101010 11001000 100110 1111 0 10110 11001100 101001 1000000

Color Harmonies of #7CAAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAAC8

Black with #7CAAC8

Text Example


Text Example

White with #7CAAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,170,200); }

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

background-color css

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

 a { background-color: rgb(124,170,200); }

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

border-color css

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

 span { border-color: rgb(124,170,200); }

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