Html Css Color HEX #7FBED5 Seagull

📋 copy color: '#7FBED5'

red 127 ◦ green 190 ◦ blue 213

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

Shades of Seagull #7FBED5

Tints of Seagull #7FBED5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.85%

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 23.96%
G = 35.85%
B = 40.19%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7FBED5 (or 0x7FBED5) is known color: Seagull. HEX triplet: 7F, BE and D5. RGB value is (127,190,213). Sum of RGB (Red+Green+Blue) = 127+190+213=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #7FBED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBED5 is #80412A. Grayscale: #ADADAD. Windows color (decimal): -8405291 or 14007935. OLE color: 14007935.

HSL color Cylindrical-coordinate representation of color #7FBED5: hue angle of 196.05º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FBED5 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 190 213 -
CMYK 0.40 0.11 0 0.16
HSL 196.05º 0.51% 0.67% -
HSV(B) 196.05º 0.4% 0.84% -
XYZ 39.18 46.14 69.79 -
YUV 173.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 127 190 213 0.40 0.11 0 0.16 196.05 0.51 0.67
Hex 7F BE D5 28 B 0 10 C4 33 43
Octal 177 276 325 50 13 0 20 304 63 103
Binary 1111111 10111110 11010101 101000 1011 0 10000 11000100 110011 1000011

Color Harmonies of #7FBED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBED5

Black with #7FBED5

Text Example


Text Example

White with #7FBED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,190,213); }

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

background-color css

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

 a { background-color: rgb(127,190,213); }

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

border-color css

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

 span { border-color: rgb(127,190,213); }

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