Html Css Color HEX #60AECE Picton Blue

📋 copy color: '#60AECE'

red 96 ◦ green 174 ◦ blue 206

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

Shades of Picton Blue #60AECE

Tints of Picton Blue #60AECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.55%

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

R = 20.17%
G = 36.55%
B = 43.28%

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

#60AECE (or 0x60AECE) is known color: Picton Blue. HEX triplet: 60, AE and CE. RGB value is (96,174,206). Sum of RGB (Red+Green+Blue) = 96+174+206=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #60AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AECE is #9F5131. Grayscale: #9A9A9A. Windows color (decimal): -10441010 or 13545056. OLE color: 13545056.

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

Color convert

RGB 96 174 206 -
CMYK 0.53 0.16 0 0.19
HSL 197.45º 0.53% 0.59% -
HSV(B) 197.45º 0.53% 0.81% -
XYZ 31.1 37.22 63.94 -
YUV 154.33 157.16 86.4 -
System Red Green Blue C M Y K H S L
Decimal 96 174 206 0.53 0.16 0 0.19 197.45 0.53 0.59
Hex 60 AE CE 35 10 0 13 C5 35 3B
Octal 140 256 316 65 20 0 23 305 65 73
Binary 1100000 10101110 11001110 110101 10000 0 10011 11000101 110101 111011

Color Harmonies of #60AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AECE

Black with #60AECE

Text Example


Text Example

White with #60AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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