Html Css Color HEX #7FBBCD Seagull

📋 copy color: '#7FBBCD'

red 127 ◦ green 187 ◦ blue 205

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

Shades of Seagull #7FBBCD

Tints of Seagull #7FBBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.03%

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 24.47%
G = 36.03%
B = 39.5%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7FBBCD (or 0x7FBBCD) is known color: Seagull. HEX triplet: 7F, BB and CD. RGB value is (127,187,205). Sum of RGB (Red+Green+Blue) = 127+187+205=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FBBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBCD is #804432. Grayscale: #AAAAAA. Windows color (decimal): -8406067 or 13482879. OLE color: 13482879.

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

Color convert

RGB 127 187 205 -
CMYK 0.38 0.09 0 0.20
HSL 193.85º 0.44% 0.65% -
HSV(B) 193.85º 0.38% 0.8% -
XYZ 37.54 44.46 64.36 -
YUV 171.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 127 187 205 0.38 0.09 0 0.20 193.85 0.44 0.65
Hex 7F BB CD 26 9 0 14 C2 2C 41
Octal 177 273 315 46 11 0 24 302 54 101
Binary 1111111 10111011 11001101 100110 1001 0 10100 11000010 101100 1000001

Color Harmonies of #7FBBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBBCD

Black with #7FBBCD

Text Example


Text Example

White with #7FBBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,187,205); }

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

background-color css

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

 a { background-color: rgb(127,187,205); }

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

border-color css

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

 span { border-color: rgb(127,187,205); }

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