Html Css Color HEX #60AFCD Picton Blue

📋 copy color: '#60AFCD'

red 96 ◦ green 175 ◦ blue 205

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

Shades of Picton Blue #60AFCD

Tints of Picton Blue #60AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

 BLUE value IS 205 (80.47% from 255) = 43.07%

R = 20.17%
G = 36.76%
B = 43.07%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#60AFCD (or 0x60AFCD) is known color: Picton Blue. HEX triplet: 60, AF and CD. RGB value is (96,175,205). Sum of RGB (Red+Green+Blue) = 96+175+205=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #60AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFCD is #9F5032. Grayscale: #9A9A9A. Windows color (decimal): -10440755 or 13479776. OLE color: 13479776.

HSL color Cylindrical-coordinate representation of color #60AFCD: hue angle of 196.51º degrees, saturation: 0.52, 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 #60AFCD is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 175 205 -
CMYK 0.53 0.15 0 0.20
HSL 196.51º 0.52% 0.59% -
HSV(B) 196.51º 0.53% 0.8% -
XYZ 31.17 37.55 63.36 -
YUV 154.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 96 175 205 0.53 0.15 0 0.20 196.51 0.52 0.59
Hex 60 AF CD 35 F 0 14 C5 34 3B
Octal 140 257 315 65 17 0 24 305 64 73
Binary 1100000 10101111 11001101 110101 1111 0 10100 11000101 110100 111011

Color Harmonies of #60AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AFCD

Black with #60AFCD

Text Example


Text Example

White with #60AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,175,205); }

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

background-color css

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

 a { background-color: rgb(96,175,205); }

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

border-color css

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

 span { border-color: rgb(96,175,205); }

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