Html Css Color HEX #7FC0DC Seagull

📋 copy color: '#7FC0DC'

red 127 ◦ green 192 ◦ blue 220

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

Shades of Seagull #7FC0DC

Tints of Seagull #7FC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

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

R = 23.56%
G = 35.62%
B = 40.82%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FC0DC (or 0x7FC0DC) is known color: Seagull. HEX triplet: 7F, C0 and DC. RGB value is (127,192,220). Sum of RGB (Red+Green+Blue) = 127+192+220=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FC0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0DC is #803F23. Grayscale: #AFAFAF. Windows color (decimal): -8404772 or 14467199. OLE color: 14467199.

HSL color Cylindrical-coordinate representation of color #7FC0DC: hue angle of 198.06º 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 #7FC0DC is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 192 220 -
CMYK 0.42 0.13 0 0.14
HSL 198.06º 0.57% 0.68% -
HSV(B) 198.06º 0.42% 0.86% -
XYZ 40.52 47.38 74.72 -
YUV 175.76 152.97 93.22 -
System Red Green Blue C M Y K H S L
Decimal 127 192 220 0.42 0.13 0 0.14 198.06 0.57 0.68
Hex 7F C0 DC 2A D 0 E C6 39 44
Octal 177 300 334 52 15 0 16 306 71 104
Binary 1111111 11000000 11011100 101010 1101 0 1110 11000110 111001 1000100

Color Harmonies of #7FC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC0DC

Black with #7FC0DC

Text Example


Text Example

White with #7FC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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