Html Css Color HEX #61ADCD Picton Blue

📋 copy color: '#61ADCD'

red 97 ◦ green 173 ◦ blue 205

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

Shades of Picton Blue #61ADCD

Tints of Picton Blue #61ADCD

RGB

 RED value IS 97 (38.28% from 255) = 20.42%

 GREEN value IS 173 (67.97% from 255) = 36.42%

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

R = 20.42%
G = 36.42%
B = 43.16%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#61ADCD (or 0x61ADCD) is known color: Picton Blue. HEX triplet: 61, AD and CD. RGB value is (97,173,205). Sum of RGB (Red+Green+Blue) = 97+173+205=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #61ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADCD is #9E5232. Grayscale: #999999. Windows color (decimal): -10375731 or 13479265. OLE color: 13479265.

HSL color Cylindrical-coordinate representation of color #61ADCD: hue angle of 197.78º 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 #61ADCD is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 173 205 -
CMYK 0.53 0.16 0 0.20
HSL 197.78º 0.52% 0.59% -
HSV(B) 197.78º 0.53% 0.8% -
XYZ 30.89 36.84 63.24 -
YUV 153.92 156.82 87.4 -
System Red Green Blue C M Y K H S L
Decimal 97 173 205 0.53 0.16 0 0.20 197.78 0.52 0.59
Hex 61 AD CD 35 10 0 14 C6 34 3B
Octal 141 255 315 65 20 0 24 306 64 73
Binary 1100001 10101101 11001101 110101 10000 0 10100 11000110 110100 111011

Color Harmonies of #61ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ADCD

Black with #61ADCD

Text Example


Text Example

White with #61ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61ADCD; }

 p { color: rgb(97,173,205); }

 H1.HeaderClassName
 {
   color: #61ADCD;
 }
 .AnyTagClassName
 {
   color: #61ADCD;
 }
</style>

background-color css

<style>
 a { background-color: #61ADCD; }

 a { background-color: rgb(97,173,205); }

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

border-color css

<style>
 span { border-color: #61ADCD; }

 span { border-color: rgb(97,173,205); }

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