Html Css Color HEX #7FADCE Seagull

📋 copy color: '#7FADCE'

red 127 ◦ green 173 ◦ blue 206

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

Shades of Seagull #7FADCE

Tints of Seagull #7FADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 25.1%
G = 34.19%
B = 40.71%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7FADCE (or 0x7FADCE) is known color: Seagull. HEX triplet: 7F, AD and CE. RGB value is (127,173,206). Sum of RGB (Red+Green+Blue) = 127+173+206=506 (67% of max value = 765). Red value is 127 (50% from 255 or 25.10% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADCE is #805231. Grayscale: #A2A2A2. Windows color (decimal): -8409650 or 13544831. OLE color: 13544831.

HSL color Cylindrical-coordinate representation of color #7FADCE: hue angle of 205.06º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FADCE is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 173 206 -
CMYK 0.38 0.16 0 0.19
HSL 205.06º 0.45% 0.65% -
HSV(B) 205.06º 0.38% 0.81% -
XYZ 34.84 38.86 64.06 -
YUV 163.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 127 173 206 0.38 0.16 0 0.19 205.06 0.45 0.65
Hex 7F AD CE 26 10 0 13 CD 2D 41
Octal 177 255 316 46 20 0 23 315 55 101
Binary 1111111 10101101 11001110 100110 10000 0 10011 11001101 101101 1000001

Color Harmonies of #7FADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADCE

Black with #7FADCE

Text Example


Text Example

White with #7FADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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