Html Css Color HEX #5DADCF Picton Blue

📋 copy color: '#5DADCF'

red 93 ◦ green 173 ◦ blue 207

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

Shades of Picton Blue #5DADCF

Tints of Picton Blue #5DADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.58%

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

R = 19.66%
G = 36.58%
B = 43.76%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5DADCF (or 0x5DADCF) is known color: Picton Blue. HEX triplet: 5D, AD and CF. RGB value is (93,173,207). Sum of RGB (Red+Green+Blue) = 93+173+207=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADCF is #A25230. Grayscale: #989898. Windows color (decimal): -10637873 or 13610333. OLE color: 13610333.

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

Color convert

RGB 93 173 207 -
CMYK 0.55 0.16 0 0.19
HSL 197.89º 0.54% 0.59% -
HSV(B) 197.89º 0.55% 0.81% -
XYZ 30.72 36.72 64.5 -
YUV 152.96 158.5 85.24 -
System Red Green Blue C M Y K H S L
Decimal 93 173 207 0.55 0.16 0 0.19 197.89 0.54 0.59
Hex 5D AD CF 37 10 0 13 C6 36 3B
Octal 135 255 317 67 20 0 23 306 66 73
Binary 1011101 10101101 11001111 110111 10000 0 10011 11000110 110110 111011

Color Harmonies of #5DADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DADCF

Black with #5DADCF

Text Example


Text Example

White with #5DADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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