Html Css Color HEX #60ABCA Picton Blue

📋 copy color: '#60ABCA'

red 96 ◦ green 171 ◦ blue 202

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

Shades of Picton Blue #60ABCA

Tints of Picton Blue #60ABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 20.47%
G = 36.46%
B = 43.07%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#60ABCA (or 0x60ABCA) is known color: Picton Blue. HEX triplet: 60, AB and CA. RGB value is (96,171,202). Sum of RGB (Red+Green+Blue) = 96+171+202=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #60ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABCA is #9F5435. Grayscale: #979797. Windows color (decimal): -10441782 or 13282144. OLE color: 13282144.

HSL color Cylindrical-coordinate representation of color #60ABCA: hue angle of 197.55º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60ABCA is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 171 202 -
CMYK 0.52 0.15 0 0.21
HSL 197.55º 0.5% 0.58% -
HSV(B) 197.55º 0.52% 0.79% -
XYZ 30.05 35.88 61.22 -
YUV 152.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 96 171 202 0.52 0.15 0 0.21 197.55 0.5 0.58
Hex 60 AB CA 34 F 0 15 C6 32 3A
Octal 140 253 312 64 17 0 25 306 62 72
Binary 1100000 10101011 11001010 110100 1111 0 10101 11000110 110010 111010

Color Harmonies of #60ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABCA

Black with #60ABCA

Text Example


Text Example

White with #60ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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