Html Css Color HEX #7FAECD Seagull

📋 copy color: '#7FAECD'

red 127 ◦ green 174 ◦ blue 205

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

Shades of Seagull #7FAECD

Tints of Seagull #7FAECD

RGB

 RED value IS 127 (50% from 255) = 25.1%

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 25.1%
G = 34.39%
B = 40.51%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7FAECD (or 0x7FAECD) is known color: Seagull. HEX triplet: 7F, AE and CD. RGB value is (127,174,205). Sum of RGB (Red+Green+Blue) = 127+174+205=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FAECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAECD is #805132. Grayscale: #A3A3A3. Windows color (decimal): -8409395 or 13479551. OLE color: 13479551.

HSL color Cylindrical-coordinate representation of color #7FAECD: hue angle of 203.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FAECD is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 174 205 -
CMYK 0.38 0.15 0 0.20
HSL 203.85º 0.44% 0.65% -
HSV(B) 203.85º 0.38% 0.8% -
XYZ 34.91 39.19 63.48 -
YUV 163.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 127 174 205 0.38 0.15 0 0.20 203.85 0.44 0.65
Hex 7F AE CD 26 F 0 14 CC 2C 41
Octal 177 256 315 46 17 0 24 314 54 101
Binary 1111111 10101110 11001101 100110 1111 0 10100 11001100 101100 1000001

Color Harmonies of #7FAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAECD

Black with #7FAECD

Text Example


Text Example

White with #7FAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,174,205); }

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

background-color css

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

 a { background-color: rgb(127,174,205); }

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

border-color css

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

 span { border-color: rgb(127,174,205); }

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