Html Css Color HEX #60AED2 Picton Blue

📋 copy color: '#60AED2'

red 96 ◦ green 174 ◦ blue 210

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

Shades of Picton Blue #60AED2

Tints of Picton Blue #60AED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.75%

R = 20%
G = 36.25%
B = 43.75%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#60AED2 (or 0x60AED2) is known color: Picton Blue. HEX triplet: 60, AE and D2. RGB value is (96,174,210). Sum of RGB (Red+Green+Blue) = 96+174+210=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #60AED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AED2 is #9F512D. Grayscale: #9A9A9A. Windows color (decimal): -10441006 or 13807200. OLE color: 13807200.

HSL color Cylindrical-coordinate representation of color #60AED2: hue angle of 198.95º degrees, saturation: 0.56, 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 #60AED2 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 174 210 -
CMYK 0.54 0.17 0 0.18
HSL 198.95º 0.56% 0.6% -
HSV(B) 198.95º 0.54% 0.82% -
XYZ 31.59 37.41 66.53 -
YUV 154.78 159.16 86.07 -
System Red Green Blue C M Y K H S L
Decimal 96 174 210 0.54 0.17 0 0.18 198.95 0.56 0.6
Hex 60 AE D2 36 11 0 12 C7 38 3C
Octal 140 256 322 66 21 0 22 307 70 74
Binary 1100000 10101110 11010010 110110 10001 0 10010 11000111 111000 111100

Color Harmonies of #60AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AED2

Black with #60AED2

Text Example


Text Example

White with #60AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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