#5FADCF

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

Shades of Picton Blue #5FADCF

Tints of Picton Blue #5FADCF

Color information

#5FADCF (or 0x5FADCF) is unknown color: approx Picton Blue. HEX triplet: 5F, AD and CF. RGB value is (95,173,207). Sum of RGB (Red+Green+Blue) = 95+173+207=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #5FADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADCF is #A05230. Grayscale: #999999. Windows color (decimal): -10506801 or 13610335. OLE color: 13610335.

HSL color Cylindrical-coordinate representation of color #5FADCF: hue angle of 198.21º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FADCF is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB95173207-
CMYK0.540.1600.19
HSL198.21º53.85%59.22%-
HSV(B)198.21º54.11%81.18%-
XYZ30.9336.8364.51-
YUV153.55158.1686.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=20%
G=36.42%
B=43.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951732070.540.1600.19198.2153.8559.22
Hex5FADCF3610013c6363b
Octal13725531766200233066673
Binary101111110101101110011111101101000001001111000110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FADCF; }

 p { color: rgb(95,173,207); }

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

<style>
 a { background-color: #5FADCF; }

 a { background-color: rgb(95,173,207); }

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

<style>
 span { border-color: #5FADCF; }

 span { border-color: rgb(95,173,207); }

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