Html Css Color HEX #7FAFCE Seagull

📋 copy color: '#7FAFCE'

red 127 ◦ green 175 ◦ blue 206

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

Shades of Seagull #7FAFCE

Tints of Seagull #7FAFCE

RGB

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

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

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

R = 25%
G = 34.45%
B = 40.55%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FAFCE (or 0x7FAFCE) is known color: Seagull. HEX triplet: 7F, AF and CE. RGB value is (127,175,206). Sum of RGB (Red+Green+Blue) = 127+175+206=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FAFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFCE is #805031. Grayscale: #A4A4A4. Windows color (decimal): -8409138 or 13545343. OLE color: 13545343.

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

Color convert

RGB 127 175 206 -
CMYK 0.38 0.15 0 0.19
HSL 203.54º 0.45% 0.65% -
HSV(B) 203.54º 0.38% 0.81% -
XYZ 35.22 39.63 64.19 -
YUV 164.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 127 175 206 0.38 0.15 0 0.19 203.54 0.45 0.65
Hex 7F AF CE 26 F 0 13 CC 2D 41
Octal 177 257 316 46 17 0 23 314 55 101
Binary 1111111 10101111 11001110 100110 1111 0 10011 11001100 101101 1000001

Color Harmonies of #7FAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAFCE

Black with #7FAFCE

Text Example


Text Example

White with #7FAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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