Html Css Color HEX #7FB0CF Seagull

📋 copy color: '#7FB0CF'

red 127 ◦ green 176 ◦ blue 207

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

Shades of Seagull #7FB0CF

Tints of Seagull #7FB0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.51%

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

R = 24.9%
G = 34.51%
B = 40.59%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FB0CF (or 0x7FB0CF) is known color: Seagull. HEX triplet: 7F, B0 and CF. RGB value is (127,176,207). Sum of RGB (Red+Green+Blue) = 127+176+207=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FB0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB0CF is #804F30. Grayscale: #A4A4A4. Windows color (decimal): -8408881 or 13611135. OLE color: 13611135.

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

Color convert

RGB 127 176 207 -
CMYK 0.39 0.15 0 0.19
HSL 203.25º 0.45% 0.65% -
HSV(B) 203.25º 0.39% 0.81% -
XYZ 35.54 40.07 64.89 -
YUV 164.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 127 176 207 0.39 0.15 0 0.19 203.25 0.45 0.65
Hex 7F B0 CF 27 F 0 13 CB 2D 41
Octal 177 260 317 47 17 0 23 313 55 101
Binary 1111111 10110000 11001111 100111 1111 0 10011 11001011 101101 1000001

Color Harmonies of #7FB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB0CF

Black with #7FB0CF

Text Example


Text Example

White with #7FB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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