Html Css Color HEX #7FB6CE Seagull

📋 copy color: '#7FB6CE'

red 127 ◦ green 182 ◦ blue 206

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

Shades of Seagull #7FB6CE

Tints of Seagull #7FB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.34%

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

R = 24.66%
G = 35.34%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FB6CE (or 0x7FB6CE) is known color: Seagull. HEX triplet: 7F, B6 and CE. RGB value is (127,182,206). Sum of RGB (Red+Green+Blue) = 127+182+206=515 (68% of max value = 765). Red value is 127 (50% from 255 or 24.66% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FB6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB6CE is #804931. Grayscale: #A8A8A8. Windows color (decimal): -8407346 or 13547135. OLE color: 13547135.

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

Color convert

RGB 127 182 206 -
CMYK 0.38 0.12 0 0.19
HSL 198.23º 0.45% 0.65% -
HSV(B) 198.23º 0.38% 0.81% -
XYZ 36.62 42.42 64.65 -
YUV 168.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 127 182 206 0.38 0.12 0 0.19 198.23 0.45 0.65
Hex 7F B6 CE 26 C 0 13 C6 2D 41
Octal 177 266 316 46 14 0 23 306 55 101
Binary 1111111 10110110 11001110 100110 1100 0 10011 11000110 101101 1000001

Color Harmonies of #7FB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB6CE

Black with #7FB6CE

Text Example


Text Example

White with #7FB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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