#5DABCC

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

Shades of Picton Blue #5DABCC

Tints of Picton Blue #5DABCC

Color information

#5DABCC (or 0x5DABCC) is unknown color: approx Picton Blue. HEX triplet: 5D, AB and CC. RGB value is (93,171,204). Sum of RGB (Red+Green+Blue) = 93+171+204=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABCC is #A25433. Grayscale: #979797. Windows color (decimal): -10638388 or 13413213. OLE color: 13413213.

HSL color Cylindrical-coordinate representation of color #5DABCC: hue angle of 197.84º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DABCC is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB93171204-
CMYK0.540.1600.2
HSL197.84º52.11%58.24%-
HSV(B)197.84º54.41%80%-
XYZ29.9835.8162.46-
YUV151.44157.6686.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.87%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=19.87%
G=36.54%
B=43.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal931712040.540.1600.2197.8452.1158.24
Hex5DABCC3610014c6343a
Octal13525331466200243066472
Binary101110110101011110011001101101000001010011000110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,171,204); }

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

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

 a { background-color: rgb(93,171,204); }

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

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

 span { border-color: rgb(93,171,204); }

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