Html Css Color HEX #60ADCD Picton Blue

📋 copy color: '#60ADCD'

red 96 ◦ green 173 ◦ blue 205

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

Shades of Picton Blue #60ADCD

Tints of Picton Blue #60ADCD

RGB

 RED value IS 96 (37.89% from 255) = 20.25%

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

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

R = 20.25%
G = 36.5%
B = 43.25%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#60ADCD (or 0x60ADCD) is known color: Picton Blue. HEX triplet: 60, AD and CD. RGB value is (96,173,205). Sum of RGB (Red+Green+Blue) = 96+173+205=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #60ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADCD is #9F5232. Grayscale: #999999. Windows color (decimal): -10441267 or 13479264. OLE color: 13479264.

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

Color convert

RGB 96 173 205 -
CMYK 0.53 0.16 0 0.20
HSL 197.61º 0.52% 0.59% -
HSV(B) 197.61º 0.53% 0.8% -
XYZ 30.79 36.78 63.23 -
YUV 153.63 156.99 86.9 -
System Red Green Blue C M Y K H S L
Decimal 96 173 205 0.53 0.16 0 0.20 197.61 0.52 0.59
Hex 60 AD CD 35 10 0 14 C6 34 3B
Octal 140 255 315 65 20 0 24 306 64 73
Binary 1100000 10101101 11001101 110101 10000 0 10100 11000110 110100 111011

Color Harmonies of #60ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADCD

Black with #60ADCD

Text Example


Text Example

White with #60ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60ADCD; }

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

 H1.HeaderClassName
 {
   color: #60ADCD;
 }
 .AnyTagClassName
 {
   color: #60ADCD;
 }
</style>

background-color css

<style>
 a { background-color: #60ADCD; }

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

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

border-color css

<style>
 span { border-color: #60ADCD; }

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

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