Html Css Color HEX #5FADCD Picton Blue

📋 copy color: '#5FADCD'

red 95 ◦ green 173 ◦ blue 205

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

Shades of Picton Blue #5FADCD

Tints of Picton Blue #5FADCD

RGB

 RED value IS 95 (37.5% from 255) = 20.08%

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 20.08%
G = 36.58%
B = 43.34%

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

#5FADCD (or 0x5FADCD) is known color: Picton Blue. HEX triplet: 5F, AD and CD. RGB value is (95,173,205). Sum of RGB (Red+Green+Blue) = 95+173+205=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FADCD is #A05232. Grayscale: #999999. Windows color (decimal): -10506803 or 13479263. OLE color: 13479263.

HSL color Cylindrical-coordinate representation of color #5FADCD: hue angle of 197.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FADCD is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 173 205 -
CMYK 0.54 0.16 0 0.20
HSL 197.45º 0.52% 0.59% -
HSV(B) 197.45º 0.54% 0.8% -
XYZ 30.68 36.73 63.23 -
YUV 153.33 157.16 86.4 -
System Red Green Blue C M Y K H S L
Decimal 95 173 205 0.54 0.16 0 0.20 197.45 0.52 0.59
Hex 5F AD CD 36 10 0 14 C5 34 3B
Octal 137 255 315 66 20 0 24 305 64 73
Binary 1011111 10101101 11001101 110110 10000 0 10100 11000101 110100 111011

Color Harmonies of #5FADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FADCD

Black with #5FADCD

Text Example


Text Example

White with #5FADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,173,205); }

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

background-color css

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

 a { background-color: rgb(95,173,205); }

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

border-color css

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

 span { border-color: rgb(95,173,205); }

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