#5FA8DE

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

Shades of Picton Blue #5FA8DE

Tints of Picton Blue #5FA8DE

Color information

#5FA8DE (or 0x5FA8DE) is unknown color: approx Picton Blue. HEX triplet: 5F, A8 and DE. RGB value is (95,168,222). Sum of RGB (Red+Green+Blue) = 95+168+222=485 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.59% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FA8DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA8DE is #A05721. Grayscale: #989898. Windows color (decimal): -10508066 or 14592095. OLE color: 14592095.

HSL color Cylindrical-coordinate representation of color #5FA8DE: hue angle of 205.51º 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 #5FA8DE is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95168222-
CMYK0.570.2400.13
HSL205.51º65.8%62.16%-
HSV(B)205.51º57.21%87.06%-
XYZ31.9135.7174.32-
YUV152.33167.3287.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.59%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=19.59%
G=34.64%
B=45.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951682220.570.2400.13205.5165.862.16
Hex5FA8DE39180Dce423e
Octal137250336713001531610276
Binary101111110101000110111101110011100001101110011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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