Html Css Color HEX #7FBEDC Seagull

📋 copy color: '#7FBEDC'

red 127 ◦ green 190 ◦ blue 220

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

Shades of Seagull #7FBEDC

Tints of Seagull #7FBEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 23.65%
G = 35.38%
B = 40.97%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FBEDC (or 0x7FBEDC) is known color: Seagull. HEX triplet: 7F, BE and DC. RGB value is (127,190,220). Sum of RGB (Red+Green+Blue) = 127+190+220=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBEDC is #804123. Grayscale: #AEAEAE. Windows color (decimal): -8405284 or 14466687. OLE color: 14466687.

HSL color Cylindrical-coordinate representation of color #7FBEDC: hue angle of 199.35º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FBEDC is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 190 220 -
CMYK 0.42 0.14 0 0.14
HSL 199.35º 0.57% 0.68% -
HSV(B) 199.35º 0.42% 0.86% -
XYZ 40.08 46.51 74.57 -
YUV 174.58 153.63 94.06 -
System Red Green Blue C M Y K H S L
Decimal 127 190 220 0.42 0.14 0 0.14 199.35 0.57 0.68
Hex 7F BE DC 2A E 0 E C7 39 44
Octal 177 276 334 52 16 0 16 307 71 104
Binary 1111111 10111110 11011100 101010 1110 0 1110 11000111 111001 1000100

Color Harmonies of #7FBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBEDC

Black with #7FBEDC

Text Example


Text Example

White with #7FBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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