Html Css Color HEX #60AAC4 Picton Blue

📋 copy color: '#60AAC4'

red 96 ◦ green 170 ◦ blue 196

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

Shades of Picton Blue #60AAC4

Tints of Picton Blue #60AAC4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.8%

 BLUE value IS 196 (76.95% from 255) = 42.42%

R = 20.78%
G = 36.8%
B = 42.42%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#60AAC4 (or 0x60AAC4) is known color: Picton Blue. HEX triplet: 60, AA and C4. RGB value is (96,170,196). Sum of RGB (Red+Green+Blue) = 96+170+196=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #60AAC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AAC4 is #9F553B. Grayscale: #969696. Windows color (decimal): -10442044 or 12888672. OLE color: 12888672.

HSL color Cylindrical-coordinate representation of color #60AAC4: hue angle of 195.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60AAC4 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 170 196 -
CMYK 0.51 0.13 0 0.23
HSL 195.6º 0.46% 0.57% -
HSV(B) 195.6º 0.51% 0.77% -
XYZ 29.16 35.22 57.49 -
YUV 150.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 96 170 196 0.51 0.13 0 0.23 195.6 0.46 0.57
Hex 60 AA C4 33 D 0 17 C4 2E 39
Octal 140 252 304 63 15 0 27 304 56 71
Binary 1100000 10101010 11000100 110011 1101 0 10111 11000100 101110 111001

Color Harmonies of #60AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AAC4

Black with #60AAC4

Text Example


Text Example

White with #60AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,170,196); }

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

background-color css

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

 a { background-color: rgb(96,170,196); }

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

border-color css

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

 span { border-color: rgb(96,170,196); }

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