Html Css Color HEX #7FAEC9 Seagull

📋 copy color: '#7FAEC9'

red 127 ◦ green 174 ◦ blue 201

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

Shades of Seagull #7FAEC9

Tints of Seagull #7FAEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 25.3%
G = 34.66%
B = 40.04%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7FAEC9 (or 0x7FAEC9) is known color: Seagull. HEX triplet: 7F, AE and C9. RGB value is (127,174,201). Sum of RGB (Red+Green+Blue) = 127+174+201=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #7FAEC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEC9 is #805136. Grayscale: #A2A2A2. Windows color (decimal): -8409399 or 13217407. OLE color: 13217407.

HSL color Cylindrical-coordinate representation of color #7FAEC9: hue angle of 201.89º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FAEC9 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 174 201 -
CMYK 0.37 0.13 0 0.21
HSL 201.89º 0.41% 0.64% -
HSV(B) 201.89º 0.37% 0.79% -
XYZ 34.43 39 60.97 -
YUV 163.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 127 174 201 0.37 0.13 0 0.21 201.89 0.41 0.64
Hex 7F AE C9 25 D 0 15 CA 29 40
Octal 177 256 311 45 15 0 25 312 51 100
Binary 1111111 10101110 11001001 100101 1101 0 10101 11001010 101001 1000000

Color Harmonies of #7FAEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAEC9

Black with #7FAEC9

Text Example


Text Example

White with #7FAEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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