Html Css Color HEX #61ABCB Picton Blue

📋 copy color: '#61ABCB'

red 97 ◦ green 171 ◦ blue 203

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

Shades of Picton Blue #61ABCB

Tints of Picton Blue #61ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.31%

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

R = 20.59%
G = 36.31%
B = 43.1%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#61ABCB (or 0x61ABCB) is known color: Picton Blue. HEX triplet: 61, AB and CB. RGB value is (97,171,203). Sum of RGB (Red+Green+Blue) = 97+171+203=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #61ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABCB is #9E5434. Grayscale: #989898. Windows color (decimal): -10376245 or 13347681. OLE color: 13347681.

HSL color Cylindrical-coordinate representation of color #61ABCB: hue angle of 198.11º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61ABCB is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 171 203 -
CMYK 0.52 0.16 0 0.20
HSL 198.11º 0.5% 0.59% -
HSV(B) 198.11º 0.52% 0.8% -
XYZ 30.27 35.98 61.85 -
YUV 152.52 156.48 88.4 -
System Red Green Blue C M Y K H S L
Decimal 97 171 203 0.52 0.16 0 0.20 198.11 0.5 0.59
Hex 61 AB CB 34 10 0 14 C6 32 3B
Octal 141 253 313 64 20 0 24 306 62 73
Binary 1100001 10101011 11001011 110100 10000 0 10100 11000110 110010 111011

Color Harmonies of #61ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ABCB

Black with #61ABCB

Text Example


Text Example

White with #61ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,171,203); }

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

background-color css

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

 a { background-color: rgb(97,171,203); }

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

border-color css

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

 span { border-color: rgb(97,171,203); }

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