Html Css Color HEX #60ADCE Picton Blue

📋 copy color: '#60ADCE'

red 96 ◦ green 173 ◦ blue 206

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

Shades of Picton Blue #60ADCE

Tints of Picton Blue #60ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 20.21%
G = 36.42%
B = 43.37%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#60ADCE (or 0x60ADCE) is known color: Picton Blue. HEX triplet: 60, AD and CE. RGB value is (96,173,206). Sum of RGB (Red+Green+Blue) = 96+173+206=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #60ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADCE is #9F5231. Grayscale: #999999. Windows color (decimal): -10441266 or 13544800. OLE color: 13544800.

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

Color convert

RGB 96 173 206 -
CMYK 0.53 0.16 0 0.19
HSL 198º 0.53% 0.59% -
HSV(B) 198º 0.53% 0.81% -
XYZ 30.91 36.83 63.87 -
YUV 153.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 96 173 206 0.53 0.16 0 0.19 198 0.53 0.59
Hex 60 AD CE 35 10 0 13 C6 35 3B
Octal 140 255 316 65 20 0 23 306 65 73
Binary 1100000 10101101 11001110 110101 10000 0 10011 11000110 110101 111011

Color Harmonies of #60ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADCE

Black with #60ADCE

Text Example


Text Example

White with #60ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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