Html Css Color HEX #60AECB Picton Blue

📋 copy color: '#60AECB'

red 96 ◦ green 174 ◦ blue 203

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

Shades of Picton Blue #60AECB

Tints of Picton Blue #60AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 20.3%
G = 36.79%
B = 42.92%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#60AECB (or 0x60AECB) is known color: Picton Blue. HEX triplet: 60, AE and CB. RGB value is (96,174,203). Sum of RGB (Red+Green+Blue) = 96+174+203=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #60AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AECB is #9F5134. Grayscale: #999999. Windows color (decimal): -10441013 or 13348448. OLE color: 13348448.

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

Color convert

RGB 96 174 203 -
CMYK 0.53 0.14 0 0.20
HSL 196.26º 0.51% 0.59% -
HSV(B) 196.26º 0.53% 0.8% -
XYZ 30.74 37.07 62.04 -
YUV 153.98 155.66 86.64 -
System Red Green Blue C M Y K H S L
Decimal 96 174 203 0.53 0.14 0 0.20 196.26 0.51 0.59
Hex 60 AE CB 35 E 0 14 C4 33 3B
Octal 140 256 313 65 16 0 24 304 63 73
Binary 1100000 10101110 11001011 110101 1110 0 10100 11000100 110011 111011

Color Harmonies of #60AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AECB

Black with #60AECB

Text Example


Text Example

White with #60AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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