Html Css Color HEX #61ACD1 Picton Blue

📋 copy color: '#61ACD1'

red 97 ◦ green 172 ◦ blue 209

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

Shades of Picton Blue #61ACD1

Tints of Picton Blue #61ACD1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.98%

 BLUE value IS 209 (82.03% from 255) = 43.72%

R = 20.29%
G = 35.98%
B = 43.72%

CMYK

 C value IS 0.54

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#61ACD1 (or 0x61ACD1) is known color: Picton Blue. HEX triplet: 61, AC and D1. RGB value is (97,172,209). Sum of RGB (Red+Green+Blue) = 97+172+209=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #61ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACD1 is #9E532E. Grayscale: #999999. Windows color (decimal): -10375983 or 13741153. OLE color: 13741153.

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

Color convert

RGB 97 172 209 -
CMYK 0.54 0.18 0 0.18
HSL 199.82º 0.55% 0.6% -
HSV(B) 199.82º 0.54% 0.82% -
XYZ 31.19 36.65 65.75 -
YUV 153.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 97 172 209 0.54 0.18 0 0.18 199.82 0.55 0.6
Hex 61 AC D1 36 12 0 12 C8 37 3C
Octal 141 254 321 66 22 0 22 310 67 74
Binary 1100001 10101100 11010001 110110 10010 0 10010 11001000 110111 111100

Color Harmonies of #61ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ACD1

Black with #61ACD1

Text Example


Text Example

White with #61ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,172,209); }

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

background-color css

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

 a { background-color: rgb(97,172,209); }

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

border-color css

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

 span { border-color: rgb(97,172,209); }

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