Html Css Color HEX #7FAFCC Seagull

📋 copy color: '#7FAFCC'

red 127 ◦ green 175 ◦ blue 204

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

Shades of Seagull #7FAFCC

Tints of Seagull #7FAFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 25.1%
G = 34.58%
B = 40.32%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7FAFCC (or 0x7FAFCC) is known color: Seagull. HEX triplet: 7F, AF and CC. RGB value is (127,175,204). Sum of RGB (Red+Green+Blue) = 127+175+204=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAFCC is #805033. Grayscale: #A3A3A3. Windows color (decimal): -8409140 or 13414271. OLE color: 13414271.

HSL color Cylindrical-coordinate representation of color #7FAFCC: hue angle of 202.6º degrees, saturation: 0.43, 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 #7FAFCC is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 175 204 -
CMYK 0.38 0.14 0 0.2
HSL 202.6º 0.43% 0.65% -
HSV(B) 202.6º 0.38% 0.8% -
XYZ 34.98 39.53 62.91 -
YUV 163.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 127 175 204 0.38 0.14 0 0.2 202.6 0.43 0.65
Hex 7F AF CC 26 E 0 14 CB 2B 41
Octal 177 257 314 46 16 0 24 313 53 101
Binary 1111111 10101111 11001100 100110 1110 0 10100 11001011 101011 1000001

Color Harmonies of #7FAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAFCC

Black with #7FAFCC

Text Example


Text Example

White with #7FAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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