#5DA9CF

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

Shades of Picton Blue #5DA9CF

Tints of Picton Blue #5DA9CF

Color information

#5DA9CF (or 0x5DA9CF) is unknown color: approx Picton Blue. HEX triplet: 5D, A9 and CF. RGB value is (93,169,207). Sum of RGB (Red+Green+Blue) = 93+169+207=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DA9CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA9CF is #A25630. Grayscale: #969696. Windows color (decimal): -10638897 or 13609309. OLE color: 13609309.

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

Color convert

RGB93169207-
CMYK0.550.1800.19
HSL200º54.29%58.82%-
HSV(B)200º55.07%81.18%-
XYZ29.9635.2164.25-
YUV150.61159.8286.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.83%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=19.83%
G=36.03%
B=44.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal931692070.550.1800.1920054.2958.82
Hex5DA9CF3712013c8363b
Octal13525131767220233106673
Binary101110110101001110011111101111001001001111001000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,169,207); }

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

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

 a { background-color: rgb(93,169,207); }

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

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

 span { border-color: rgb(93,169,207); }

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