Html Css Color HEX #60ACC9 Picton Blue

📋 copy color: '#60ACC9'

red 96 ◦ green 172 ◦ blue 201

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

Shades of Picton Blue #60ACC9

Tints of Picton Blue #60ACC9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.67%

 BLUE value IS 201 (78.91% from 255) = 42.86%

R = 20.47%
G = 36.67%
B = 42.86%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#60ACC9 (or 0x60ACC9) is known color: Picton Blue. HEX triplet: 60, AC and C9. RGB value is (96,172,201). Sum of RGB (Red+Green+Blue) = 96+172+201=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #60ACC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACC9 is #9F5336. Grayscale: #989898. Windows color (decimal): -10441527 or 13216864. OLE color: 13216864.

HSL color Cylindrical-coordinate representation of color #60ACC9: hue angle of 196.57º degrees, saturation: 0.49, 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 #60ACC9 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 172 201 -
CMYK 0.52 0.14 0 0.21
HSL 196.57º 0.49% 0.58% -
HSV(B) 196.57º 0.52% 0.79% -
XYZ 30.12 36.21 60.66 -
YUV 152.58 155.32 87.64 -
System Red Green Blue C M Y K H S L
Decimal 96 172 201 0.52 0.14 0 0.21 196.57 0.49 0.58
Hex 60 AC C9 34 E 0 15 C5 31 3A
Octal 140 254 311 64 16 0 25 305 61 72
Binary 1100000 10101100 11001001 110100 1110 0 10101 11000101 110001 111010

Color Harmonies of #60ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACC9

Black with #60ACC9

Text Example


Text Example

White with #60ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,172,201); }

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

background-color css

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

 a { background-color: rgb(96,172,201); }

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

border-color css

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

 span { border-color: rgb(96,172,201); }

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