Html Css Color HEX #7FB3CF Seagull

📋 copy color: '#7FB3CF'

red 127 ◦ green 179 ◦ blue 207

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

Shades of Seagull #7FB3CF

Tints of Seagull #7FB3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.89%

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

R = 24.76%
G = 34.89%
B = 40.35%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FB3CF (or 0x7FB3CF) is known color: Seagull. HEX triplet: 7F, B3 and CF. RGB value is (127,179,207). Sum of RGB (Red+Green+Blue) = 127+179+207=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FB3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB3CF is #804C30. Grayscale: #A6A6A6. Windows color (decimal): -8408113 or 13611903. OLE color: 13611903.

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

Color convert

RGB 127 179 207 -
CMYK 0.39 0.14 0 0.19
HSL 201º 0.45% 0.65% -
HSV(B) 201º 0.39% 0.81% -
XYZ 36.13 41.26 65.09 -
YUV 166.64 150.77 99.72 -
System Red Green Blue C M Y K H S L
Decimal 127 179 207 0.39 0.14 0 0.19 201 0.45 0.65
Hex 7F B3 CF 27 E 0 13 C9 2D 41
Octal 177 263 317 47 16 0 23 311 55 101
Binary 1111111 10110011 11001111 100111 1110 0 10011 11001001 101101 1000001

Color Harmonies of #7FB3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB3CF

Black with #7FB3CF

Text Example


Text Example

White with #7FB3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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