Html Css Color HEX #7FBCCD Seagull

📋 copy color: '#7FBCCD'

red 127 ◦ green 188 ◦ blue 205

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

Shades of Seagull #7FBCCD

Tints of Seagull #7FBCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.15%

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

R = 24.42%
G = 36.15%
B = 39.42%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7FBCCD (or 0x7FBCCD) is known color: Seagull. HEX triplet: 7F, BC and CD. RGB value is (127,188,205). Sum of RGB (Red+Green+Blue) = 127+188+205=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FBCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBCCD is #804332. Grayscale: #ABABAB. Windows color (decimal): -8405811 or 13483135. OLE color: 13483135.

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

Color convert

RGB 127 188 205 -
CMYK 0.38 0.08 0 0.20
HSL 193.08º 0.44% 0.65% -
HSV(B) 193.08º 0.38% 0.8% -
XYZ 37.76 44.89 64.43 -
YUV 171.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 127 188 205 0.38 0.08 0 0.20 193.08 0.44 0.65
Hex 7F BC CD 26 8 0 14 C1 2C 41
Octal 177 274 315 46 10 0 24 301 54 101
Binary 1111111 10111100 11001101 100110 1000 0 10100 11000001 101100 1000001

Color Harmonies of #7FBCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBCCD

Black with #7FBCCD

Text Example


Text Example

White with #7FBCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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