Html Css Color HEX #7FB7CF Seagull

📋 copy color: '#7FB7CF'

red 127 ◦ green 183 ◦ blue 207

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

Shades of Seagull #7FB7CF

Tints of Seagull #7FB7CF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.4%

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

R = 24.56%
G = 35.4%
B = 40.04%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FB7CF (or 0x7FB7CF) is known color: Seagull. HEX triplet: 7F, B7 and CF. RGB value is (127,183,207). Sum of RGB (Red+Green+Blue) = 127+183+207=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FB7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB7CF is #804830. Grayscale: #A8A8A8. Windows color (decimal): -8407089 or 13612927. OLE color: 13612927.

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

Color convert

RGB 127 183 207 -
CMYK 0.39 0.12 0 0.19
HSL 198º 0.45% 0.65% -
HSV(B) 198º 0.39% 0.81% -
XYZ 36.95 42.88 65.36 -
YUV 168.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 127 183 207 0.39 0.12 0 0.19 198 0.45 0.65
Hex 7F B7 CF 27 C 0 13 C6 2D 41
Octal 177 267 317 47 14 0 23 306 55 101
Binary 1111111 10110111 11001111 100111 1100 0 10011 11000110 101101 1000001

Color Harmonies of #7FB7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB7CF

Black with #7FB7CF

Text Example


Text Example

White with #7FB7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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