#5FA7DE

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

Shades of Picton Blue #5FA7DE

Tints of Picton Blue #5FA7DE

Color information

#5FA7DE (or 0x5FA7DE) is unknown color: approx Picton Blue. HEX triplet: 5F, A7 and DE. RGB value is (95,167,222). Sum of RGB (Red+Green+Blue) = 95+167+222=484 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.63% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FA7DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA7DE is #A05821. Grayscale: #979797. Windows color (decimal): -10508322 or 14591839. OLE color: 14591839.

HSL color Cylindrical-coordinate representation of color #5FA7DE: hue angle of 205.98º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FA7DE is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95167222-
CMYK0.570.2500.13
HSL205.98º65.8%62.16%-
HSV(B)205.98º57.21%87.06%-
XYZ31.7235.3474.26-
YUV151.74167.6587.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.63%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=19.63%
G=34.50%
B=45.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951672220.570.2500.13205.9865.862.16
Hex5FA7DE39190Dce423e
Octal137247336713101531610276
Binary101111110100111110111101110011100101101110011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,167,222); }

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

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

 a { background-color: rgb(95,167,222); }

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

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

 span { border-color: rgb(95,167,222); }

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