Html Css Color HEX #7FB1CC Seagull

📋 copy color: '#7FB1CC'

red 127 ◦ green 177 ◦ blue 204

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

Shades of Seagull #7FB1CC

Tints of Seagull #7FB1CC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

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

R = 25%
G = 34.84%
B = 40.16%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7FB1CC (or 0x7FB1CC) is known color: Seagull. HEX triplet: 7F, B1 and CC. RGB value is (127,177,204). Sum of RGB (Red+Green+Blue) = 127+177+204=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FB1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB1CC is #804E33. Grayscale: #A4A4A4. Windows color (decimal): -8408628 or 13414783. OLE color: 13414783.

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

Color convert

RGB 127 177 204 -
CMYK 0.38 0.13 0 0.2
HSL 201.04º 0.43% 0.65% -
HSV(B) 201.04º 0.38% 0.8% -
XYZ 35.37 40.32 63.04 -
YUV 165.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 127 177 204 0.38 0.13 0 0.2 201.04 0.43 0.65
Hex 7F B1 CC 26 D 0 14 C9 2B 41
Octal 177 261 314 46 15 0 24 311 53 101
Binary 1111111 10110001 11001100 100110 1101 0 10100 11001001 101011 1000001

Color Harmonies of #7FB1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB1CC

Black with #7FB1CC

Text Example


Text Example

White with #7FB1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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