Html Css Color HEX #60AFD0 Picton Blue

📋 copy color: '#60AFD0'

red 96 ◦ green 175 ◦ blue 208

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

Shades of Picton Blue #60AFD0

Tints of Picton Blue #60AFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 20.04%
G = 36.53%
B = 43.42%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#60AFD0 (or 0x60AFD0) is known color: Picton Blue. HEX triplet: 60, AF and D0. RGB value is (96,175,208). Sum of RGB (Red+Green+Blue) = 96+175+208=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #60AFD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFD0 is #9F502F. Grayscale: #9A9A9A. Windows color (decimal): -10440752 or 13676384. OLE color: 13676384.

HSL color Cylindrical-coordinate representation of color #60AFD0: hue angle of 197.68º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60AFD0 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 175 208 -
CMYK 0.54 0.16 0 0.18
HSL 197.68º 0.54% 0.6% -
HSV(B) 197.68º 0.54% 0.82% -
XYZ 31.54 37.7 65.29 -
YUV 155.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 96 175 208 0.54 0.16 0 0.18 197.68 0.54 0.6
Hex 60 AF D0 36 10 0 12 C6 36 3C
Octal 140 257 320 66 20 0 22 306 66 74
Binary 1100000 10101111 11010000 110110 10000 0 10010 11000110 110110 111100

Color Harmonies of #60AFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AFD0

Black with #60AFD0

Text Example


Text Example

White with #60AFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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