Html Css Color HEX #5DAACF Picton Blue

📋 copy color: '#5DAACF'

red 93 ◦ green 170 ◦ blue 207

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

Shades of Picton Blue #5DAACF

Tints of Picton Blue #5DAACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.04%

R = 19.79%
G = 36.17%
B = 44.04%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5DAACF (or 0x5DAACF) is known color: Picton Blue. HEX triplet: 5D, AA and CF. RGB value is (93,170,207). Sum of RGB (Red+Green+Blue) = 93+170+207=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DAACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAACF is #A25530. Grayscale: #969696. Windows color (decimal): -10638641 or 13609565. OLE color: 13609565.

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

Color convert

RGB 93 170 207 -
CMYK 0.55 0.18 0 0.19
HSL 199.47º 0.54% 0.59% -
HSV(B) 199.47º 0.55% 0.81% -
XYZ 30.15 35.58 64.31 -
YUV 151.2 159.49 86.49 -
System Red Green Blue C M Y K H S L
Decimal 93 170 207 0.55 0.18 0 0.19 199.47 0.54 0.59
Hex 5D AA CF 37 12 0 13 C7 36 3B
Octal 135 252 317 67 22 0 23 307 66 73
Binary 1011101 10101010 11001111 110111 10010 0 10011 11000111 110110 111011

Color Harmonies of #5DAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAACF

Black with #5DAACF

Text Example


Text Example

White with #5DAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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