#61AED1

Color #61AED1 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #61AED1

Tints of Picton Blue #61AED1

Color information

#61AED1 (or 0x61AED1) is unknown color: approx Picton Blue. HEX triplet: 61, AE and D1. RGB value is (97,174,209). Sum of RGB (Red+Green+Blue) = 97+174+209=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #61AED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AED1 is #9E512E. Grayscale: #9A9A9A. Windows color (decimal): -10375471 or 13741665. OLE color: 13741665.

HSL color Cylindrical-coordinate representation of color #61AED1: hue angle of 198.75º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61AED1 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97174209-
CMYK0.540.1700.18
HSL198.75º54.9%60%-
HSV(B)198.75º53.59%81.96%-
XYZ31.5737.4265.88-
YUV154.97158.4986.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.21%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 209 (82.03% from 255) = 43.54%
R=20.21%
G=36.25%
B=43.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971742090.540.1700.18198.7554.960
Hex61AED13611012c7373c
Octal14125632166210223076774
Binary110000110101110110100011101101000101001011000111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AED1; }

 p { color: rgb(97,174,209); }

 H1.HeaderClassName
 {
   color: #61AED1;
 }
 .AnyTagClassName
 {
   color: #61AED1;
 }
</style>
background-color css

<style>
 a { background-color: #61AED1; }

 a { background-color: rgb(97,174,209); }

 div.DivClassName
 {
   background-color: #61AED1;
 }
 .BgClassName
 {
   background-color: #61AED1;
 }
</style>
border-color css

<style>
 span { border-color: #61AED1; }

 span { border-color: rgb(97,174,209); }

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