Html Css Color HEX #5DABCE Picton Blue

📋 copy color: '#5DABCE'

red 93 ◦ green 171 ◦ blue 206

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

Shades of Picton Blue #5DABCE

Tints of Picton Blue #5DABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 19.79%
G = 36.38%
B = 43.83%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5DABCE (or 0x5DABCE) is known color: Picton Blue. HEX triplet: 5D, AB and CE. RGB value is (93,171,206). Sum of RGB (Red+Green+Blue) = 93+171+206=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #5DABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABCE is #A25431. Grayscale: #979797. Windows color (decimal): -10638386 or 13544285. OLE color: 13544285.

HSL color Cylindrical-coordinate representation of color #5DABCE: hue angle of 198.58º 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 #5DABCE is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 171 206 -
CMYK 0.55 0.17 0 0.19
HSL 198.58º 0.54% 0.59% -
HSV(B) 198.58º 0.55% 0.81% -
XYZ 30.22 35.91 63.73 -
YUV 151.67 158.66 86.15 -
System Red Green Blue C M Y K H S L
Decimal 93 171 206 0.55 0.17 0 0.19 198.58 0.54 0.59
Hex 5D AB CE 37 11 0 13 C7 36 3B
Octal 135 253 316 67 21 0 23 307 66 73
Binary 1011101 10101011 11001110 110111 10001 0 10011 11000111 110110 111011

Color Harmonies of #5DABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DABCE

Black with #5DABCE

Text Example


Text Example

White with #5DABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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