Html Css Color HEX #5DACCF Picton Blue

📋 copy color: '#5DACCF'

red 93 ◦ green 172 ◦ blue 207

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

Shades of Picton Blue #5DACCF

Tints of Picton Blue #5DACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.44%

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

R = 19.7%
G = 36.44%
B = 43.86%

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

#5DACCF (or 0x5DACCF) is known color: Picton Blue. HEX triplet: 5D, AC and CF. RGB value is (93,172,207). Sum of RGB (Red+Green+Blue) = 93+172+207=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DACCF is #A25330. Grayscale: #989898. Windows color (decimal): -10638129 or 13610077. OLE color: 13610077.

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

Color convert

RGB 93 172 207 -
CMYK 0.55 0.17 0 0.19
HSL 198.42º 0.54% 0.59% -
HSV(B) 198.42º 0.55% 0.81% -
XYZ 30.53 36.34 64.44 -
YUV 152.37 158.83 85.65 -
System Red Green Blue C M Y K H S L
Decimal 93 172 207 0.55 0.17 0 0.19 198.42 0.54 0.59
Hex 5D AC CF 37 11 0 13 C6 36 3B
Octal 135 254 317 67 21 0 23 306 66 73
Binary 1011101 10101100 11001111 110111 10001 0 10011 11000110 110110 111011

Color Harmonies of #5DACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DACCF

Black with #5DACCF

Text Example


Text Example

White with #5DACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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