#5DABDB

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

Shades of Picton Blue #5DABDB

Tints of Picton Blue #5DABDB

Color information

#5DABDB (or 0x5DABDB) is unknown color: approx Picton Blue. HEX triplet: 5D, AB and DB. RGB value is (93,171,219). Sum of RGB (Red+Green+Blue) = 93+171+219=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABDB is #A25424. Grayscale: #989898. Windows color (decimal): -10638373 or 14396253. OLE color: 14396253.

HSL color Cylindrical-coordinate representation of color #5DABDB: hue angle of 202.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DABDB is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB93171219-
CMYK0.580.2200.14
HSL202.86º63.64%61.18%-
HSV(B)202.86º57.53%85.88%-
XYZ31.8636.5772.4-
YUV153.15165.1685.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.25%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=19.25%
G=35.40%
B=45.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal931712190.580.2200.14202.8663.6461.18
Hex5DABDB3A160Ecb403d
Octal135253333722601631310075
Binary101110110101011110110111110101011001110110010111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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