Html Css Color HEX #7CAECC Seagull

📋 copy color: '#7CAECC'

red 124 ◦ green 174 ◦ blue 204

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

Shades of Seagull #7CAECC

Tints of Seagull #7CAECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.66%

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

R = 24.7%
G = 34.66%
B = 40.64%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7CAECC (or 0x7CAECC) is known color: Seagull. HEX triplet: 7C, AE and CC. RGB value is (124,174,204). Sum of RGB (Red+Green+Blue) = 124+174+204=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAECC is #835133. Grayscale: #A2A2A2. Windows color (decimal): -8606004 or 13414012. OLE color: 13414012.

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

Color convert

RGB 124 174 204 -
CMYK 0.39 0.15 0 0.2
HSL 202.5º 0.44% 0.64% -
HSV(B) 202.5º 0.39% 0.8% -
XYZ 34.35 38.92 62.83 -
YUV 162.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 124 174 204 0.39 0.15 0 0.2 202.5 0.44 0.64
Hex 7C AE CC 27 F 0 14 CA 2C 40
Octal 174 256 314 47 17 0 24 312 54 100
Binary 1111100 10101110 11001100 100111 1111 0 10100 11001010 101100 1000000

Color Harmonies of #7CAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAECC

Black with #7CAECC

Text Example


Text Example

White with #7CAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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