Html Css Color HEX #7FB3CE Seagull

📋 copy color: '#7FB3CE'

red 127 ◦ green 179 ◦ blue 206

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

Shades of Seagull #7FB3CE

Tints of Seagull #7FB3CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 24.8%
G = 34.96%
B = 40.23%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FB3CE (or 0x7FB3CE) is known color: Seagull. HEX triplet: 7F, B3 and CE. RGB value is (127,179,206). Sum of RGB (Red+Green+Blue) = 127+179+206=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FB3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB3CE is #804C31. Grayscale: #A6A6A6. Windows color (decimal): -8408114 or 13546367. OLE color: 13546367.

HSL color Cylindrical-coordinate representation of color #7FB3CE: hue angle of 200.51º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FB3CE is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 179 206 -
CMYK 0.38 0.13 0 0.19
HSL 200.51º 0.45% 0.65% -
HSV(B) 200.51º 0.38% 0.81% -
XYZ 36.01 41.21 64.45 -
YUV 166.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 127 179 206 0.38 0.13 0 0.19 200.51 0.45 0.65
Hex 7F B3 CE 26 D 0 13 C9 2D 41
Octal 177 263 316 46 15 0 23 311 55 101
Binary 1111111 10110011 11001110 100110 1101 0 10011 11001001 101101 1000001

Color Harmonies of #7FB3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB3CE

Black with #7FB3CE

Text Example


Text Example

White with #7FB3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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