Html Css Color HEX #7FAECF Seagull

📋 copy color: '#7FAECF'

red 127 ◦ green 174 ◦ blue 207

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

Shades of Seagull #7FAECF

Tints of Seagull #7FAECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 25%
G = 34.25%
B = 40.75%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FAECF (or 0x7FAECF) is known color: Seagull. HEX triplet: 7F, AE and CF. RGB value is (127,174,207). Sum of RGB (Red+Green+Blue) = 127+174+207=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAECF is #805130. Grayscale: #A3A3A3. Windows color (decimal): -8409393 or 13610623. OLE color: 13610623.

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

Color convert

RGB 127 174 207 -
CMYK 0.39 0.16 0 0.19
HSL 204.75º 0.45% 0.65% -
HSV(B) 204.75º 0.39% 0.81% -
XYZ 35.15 39.29 64.76 -
YUV 163.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 127 174 207 0.39 0.16 0 0.19 204.75 0.45 0.65
Hex 7F AE CF 27 10 0 13 CD 2D 41
Octal 177 256 317 47 20 0 23 315 55 101
Binary 1111111 10101110 11001111 100111 10000 0 10011 11001101 101101 1000001

Color Harmonies of #7FAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAECF

Black with #7FAECF

Text Example


Text Example

White with #7FAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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