Html Css Color HEX #5DAACB Picton Blue

📋 copy color: '#5DAACB'

red 93 ◦ green 170 ◦ blue 203

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

Shades of Picton Blue #5DAACB

Tints of Picton Blue #5DAACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.48%

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

R = 19.96%
G = 36.48%
B = 43.56%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5DAACB (or 0x5DAACB) is known color: Picton Blue. HEX triplet: 5D, AA and CB. RGB value is (93,170,203). Sum of RGB (Red+Green+Blue) = 93+170+203=466 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.96% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #5DAACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAACB is #A25534. Grayscale: #969696. Windows color (decimal): -10638645 or 13347421. OLE color: 13347421.

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

Color convert

RGB 93 170 203 -
CMYK 0.54 0.16 0 0.20
HSL 198º 0.51% 0.58% -
HSV(B) 198º 0.54% 0.8% -
XYZ 29.67 35.39 61.77 -
YUV 150.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 93 170 203 0.54 0.16 0 0.20 198 0.51 0.58
Hex 5D AA CB 36 10 0 14 C6 33 3A
Octal 135 252 313 66 20 0 24 306 63 72
Binary 1011101 10101010 11001011 110110 10000 0 10100 11000110 110011 111010

Color Harmonies of #5DAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAACB

Black with #5DAACB

Text Example


Text Example

White with #5DAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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