Html Css Color HEX #7FAFCD Seagull

📋 copy color: '#7FAFCD'

red 127 ◦ green 175 ◦ blue 205

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

Shades of Seagull #7FAFCD

Tints of Seagull #7FAFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.52%

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

R = 25.05%
G = 34.52%
B = 40.43%

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

#7FAFCD (or 0x7FAFCD) is known color: Seagull. HEX triplet: 7F, AF and CD. RGB value is (127,175,205). Sum of RGB (Red+Green+Blue) = 127+175+205=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FAFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFCD is #805032. Grayscale: #A3A3A3. Windows color (decimal): -8409139 or 13479807. OLE color: 13479807.

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

Color convert

RGB 127 175 205 -
CMYK 0.38 0.15 0 0.20
HSL 203.08º 0.44% 0.65% -
HSV(B) 203.08º 0.38% 0.8% -
XYZ 35.1 39.58 63.55 -
YUV 164.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 127 175 205 0.38 0.15 0 0.20 203.08 0.44 0.65
Hex 7F AF CD 26 F 0 14 CB 2C 41
Octal 177 257 315 46 17 0 24 313 54 101
Binary 1111111 10101111 11001101 100110 1111 0 10100 11001011 101100 1000001

Color Harmonies of #7FAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAFCD

Black with #7FAFCD

Text Example


Text Example

White with #7FAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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