Html Css Color HEX #5DA8CB Picton Blue

📋 copy color: '#5DA8CB'

red 93 ◦ green 168 ◦ blue 203

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

Shades of Picton Blue #5DA8CB

Tints of Picton Blue #5DA8CB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.21%

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 20.04%
G = 36.21%
B = 43.75%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5DA8CB (or 0x5DA8CB) is known color: Picton Blue. HEX triplet: 5D, A8 and CB. RGB value is (93,168,203). Sum of RGB (Red+Green+Blue) = 93+168+203=464 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.04% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #5DA8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA8CB is #A25734. Grayscale: #959595. Windows color (decimal): -10639157 or 13346909. OLE color: 13346909.

HSL color Cylindrical-coordinate representation of color #5DA8CB: hue angle of 199.09º degrees, saturation: 0.51, 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 #5DA8CB is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 168 203 -
CMYK 0.54 0.17 0 0.20
HSL 199.09º 0.51% 0.58% -
HSV(B) 199.09º 0.54% 0.8% -
XYZ 29.3 34.64 61.64 -
YUV 149.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 93 168 203 0.54 0.17 0 0.20 199.09 0.51 0.58
Hex 5D A8 CB 36 11 0 14 C7 33 3A
Octal 135 250 313 66 21 0 24 307 63 72
Binary 1011101 10101000 11001011 110110 10001 0 10100 11000111 110011 111010

Color Harmonies of #5DA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA8CB

Black with #5DA8CB

Text Example


Text Example

White with #5DA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,168,203); }

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

background-color css

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

 a { background-color: rgb(93,168,203); }

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

border-color css

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

 span { border-color: rgb(93,168,203); }

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