Html Css Color HEX #7FB6CB Seagull

📋 copy color: '#7FB6CB'

red 127 ◦ green 182 ◦ blue 203

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

Shades of Seagull #7FB6CB

Tints of Seagull #7FB6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 24.8%
G = 35.55%
B = 39.65%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7FB6CB (or 0x7FB6CB) is known color: Seagull. HEX triplet: 7F, B6 and CB. RGB value is (127,182,203). Sum of RGB (Red+Green+Blue) = 127+182+203=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #7FB6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB6CB is #804934. Grayscale: #A7A7A7. Windows color (decimal): -8407349 or 13350527. OLE color: 13350527.

HSL color Cylindrical-coordinate representation of color #7FB6CB: hue angle of 196.58º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FB6CB is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 182 203 -
CMYK 0.37 0.10 0 0.20
HSL 196.58º 0.42% 0.65% -
HSV(B) 196.58º 0.37% 0.8% -
XYZ 36.26 42.28 62.75 -
YUV 167.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 127 182 203 0.37 0.10 0 0.20 196.58 0.42 0.65
Hex 7F B6 CB 25 A 0 14 C5 2A 41
Octal 177 266 313 45 12 0 24 305 52 101
Binary 1111111 10110110 11001011 100101 1010 0 10100 11000101 101010 1000001

Color Harmonies of #7FB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB6CB

Black with #7FB6CB

Text Example


Text Example

White with #7FB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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