Html Css Color HEX #60ABC8 Picton Blue

📋 copy color: '#60ABC8'

red 96 ◦ green 171 ◦ blue 200

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

Shades of Picton Blue #60ABC8

Tints of Picton Blue #60ABC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.83%

R = 20.56%
G = 36.62%
B = 42.83%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#60ABC8 (or 0x60ABC8) is known color: Picton Blue. HEX triplet: 60, AB and C8. RGB value is (96,171,200). Sum of RGB (Red+Green+Blue) = 96+171+200=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #60ABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABC8 is #9F5437. Grayscale: #979797. Windows color (decimal): -10441784 or 13151072. OLE color: 13151072.

HSL color Cylindrical-coordinate representation of color #60ABC8: hue angle of 196.73º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60ABC8 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 171 200 -
CMYK 0.52 0.14 0 0.22
HSL 196.73º 0.49% 0.58% -
HSV(B) 196.73º 0.52% 0.78% -
XYZ 29.81 35.78 59.98 -
YUV 151.88 155.15 88.14 -
System Red Green Blue C M Y K H S L
Decimal 96 171 200 0.52 0.14 0 0.22 196.73 0.49 0.58
Hex 60 AB C8 34 E 0 16 C5 31 3A
Octal 140 253 310 64 16 0 26 305 61 72
Binary 1100000 10101011 11001000 110100 1110 0 10110 11000101 110001 111010

Color Harmonies of #60ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABC8

Black with #60ABC8

Text Example


Text Example

White with #60ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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