Html Css Color HEX #60ABCC Picton Blue

📋 copy color: '#60ABCC'

red 96 ◦ green 171 ◦ blue 204

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

Shades of Picton Blue #60ABCC

Tints of Picton Blue #60ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.31%

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 20.38%
G = 36.31%
B = 43.31%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#60ABCC (or 0x60ABCC) is known color: Picton Blue. HEX triplet: 60, AB and CC. RGB value is (96,171,204). Sum of RGB (Red+Green+Blue) = 96+171+204=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #60ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABCC is #9F5433. Grayscale: #989898. Windows color (decimal): -10441780 or 13413216. OLE color: 13413216.

HSL color Cylindrical-coordinate representation of color #60ABCC: hue angle of 198.33º degrees, saturation: 0.51, 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 #60ABCC is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 171 204 -
CMYK 0.53 0.16 0 0.2
HSL 198.33º 0.51% 0.59% -
HSV(B) 198.33º 0.53% 0.8% -
XYZ 30.29 35.97 62.47 -
YUV 152.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 96 171 204 0.53 0.16 0 0.2 198.33 0.51 0.59
Hex 60 AB CC 35 10 0 14 C6 33 3B
Octal 140 253 314 65 20 0 24 306 63 73
Binary 1100000 10101011 11001100 110101 10000 0 10100 11000110 110011 111011

Color Harmonies of #60ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABCC

Black with #60ABCC

Text Example


Text Example

White with #60ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,171,204); }

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

background-color css

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

 a { background-color: rgb(96,171,204); }

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

border-color css

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

 span { border-color: rgb(96,171,204); }

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