Html Css Color HEX #7FADCD Seagull

📋 copy color: '#7FADCD'

red 127 ◦ green 173 ◦ blue 205

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

Shades of Seagull #7FADCD

Tints of Seagull #7FADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

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

R = 25.15%
G = 34.26%
B = 40.59%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7FADCD (or 0x7FADCD) is known color: Seagull. HEX triplet: 7F, AD and CD. RGB value is (127,173,205). Sum of RGB (Red+Green+Blue) = 127+173+205=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADCD is #805232. Grayscale: #A2A2A2. Windows color (decimal): -8409651 or 13479295. OLE color: 13479295.

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

Color convert

RGB 127 173 205 -
CMYK 0.38 0.16 0 0.20
HSL 204.62º 0.44% 0.65% -
HSV(B) 204.62º 0.38% 0.8% -
XYZ 34.72 38.81 63.42 -
YUV 162.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 127 173 205 0.38 0.16 0 0.20 204.62 0.44 0.65
Hex 7F AD CD 26 10 0 14 CD 2C 41
Octal 177 255 315 46 20 0 24 315 54 101
Binary 1111111 10101101 11001101 100110 10000 0 10100 11001101 101100 1000001

Color Harmonies of #7FADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADCD

Black with #7FADCD

Text Example


Text Example

White with #7FADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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