Html Css Color HEX #7FB7DC Seagull

📋 copy color: '#7FB7DC'

red 127 ◦ green 183 ◦ blue 220

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

Shades of Seagull #7FB7DC

Tints of Seagull #7FB7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.53%

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

R = 23.96%
G = 34.53%
B = 41.51%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FB7DC (or 0x7FB7DC) is known color: Seagull. HEX triplet: 7F, B7 and DC. RGB value is (127,183,220). Sum of RGB (Red+Green+Blue) = 127+183+220=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FB7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB7DC is #804823. Grayscale: #AAAAAA. Windows color (decimal): -8407076 or 14464895. OLE color: 14464895.

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

Color convert

RGB 127 183 220 -
CMYK 0.42 0.17 0 0.14
HSL 203.87º 0.57% 0.68% -
HSV(B) 203.87º 0.42% 0.86% -
XYZ 38.6 43.55 74.08 -
YUV 170.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 127 183 220 0.42 0.17 0 0.14 203.87 0.57 0.68
Hex 7F B7 DC 2A 11 0 E CC 39 44
Octal 177 267 334 52 21 0 16 314 71 104
Binary 1111111 10110111 11011100 101010 10001 0 1110 11001100 111001 1000100

Color Harmonies of #7FB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB7DC

Black with #7FB7DC

Text Example


Text Example

White with #7FB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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