Html Css Color HEX #5DABCD Picton Blue

📋 copy color: '#5DABCD'

red 93 ◦ green 171 ◦ blue 205

#5DABCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5DABCD

Tints of Picton Blue #5DABCD

RGB

 RED value IS 93 (36.72% from 255) = 19.83%

 GREEN value IS 171 (67.19% from 255) = 36.46%

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 19.83%
G = 36.46%
B = 43.71%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5DABCD (or 0x5DABCD) is known color: Picton Blue. HEX triplet: 5D, AB and CD. RGB value is (93,171,205). Sum of RGB (Red+Green+Blue) = 93+171+205=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABCD is #A25432. Grayscale: #979797. Windows color (decimal): -10638387 or 13478749. OLE color: 13478749.

HSL color Cylindrical-coordinate representation of color #5DABCD: hue angle of 198.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DABCD is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 171 205 -
CMYK 0.55 0.17 0 0.20
HSL 198.21º 0.53% 0.58% -
HSV(B) 198.21º 0.55% 0.8% -
XYZ 30.1 35.86 63.09 -
YUV 151.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 93 171 205 0.55 0.17 0 0.20 198.21 0.53 0.58
Hex 5D AB CD 37 11 0 14 C6 35 3A
Octal 135 253 315 67 21 0 24 306 65 72
Binary 1011101 10101011 11001101 110111 10001 0 10100 11000110 110101 111010

Color Harmonies of #5DABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABCD

Black with #5DABCD

Text Example


Text Example

White with #5DABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DABCD;
 }
 .AnyTagClassName
 {
   color: #5DABCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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