Html Css Color HEX #7FAECE Seagull

📋 copy color: '#7FAECE'

red 127 ◦ green 174 ◦ blue 206

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

Shades of Seagull #7FAECE

Tints of Seagull #7FAECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 25.05%
G = 34.32%
B = 40.63%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FAECE (or 0x7FAECE) is known color: Seagull. HEX triplet: 7F, AE and CE. RGB value is (127,174,206). Sum of RGB (Red+Green+Blue) = 127+174+206=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FAECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAECE is #805131. Grayscale: #A3A3A3. Windows color (decimal): -8409394 or 13545087. OLE color: 13545087.

HSL color Cylindrical-coordinate representation of color #7FAECE: hue angle of 204.3º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FAECE is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 174 206 -
CMYK 0.38 0.16 0 0.19
HSL 204.3º 0.45% 0.65% -
HSV(B) 204.3º 0.38% 0.81% -
XYZ 35.03 39.24 64.12 -
YUV 163.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 127 174 206 0.38 0.16 0 0.19 204.3 0.45 0.65
Hex 7F AE CE 26 10 0 13 CC 2D 41
Octal 177 256 316 46 20 0 23 314 55 101
Binary 1111111 10101110 11001110 100110 10000 0 10011 11001100 101101 1000001

Color Harmonies of #7FAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAECE

Black with #7FAECE

Text Example


Text Example

White with #7FAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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