Html Css Color HEX #5FABCD Picton Blue

📋 copy color: '#5FABCD'

red 95 ◦ green 171 ◦ blue 205

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

Shades of Picton Blue #5FABCD

Tints of Picton Blue #5FABCD

RGB

 RED value IS 95 (37.5% from 255) = 20.17%

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

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

R = 20.17%
G = 36.31%
B = 43.52%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5FABCD (or 0x5FABCD) is known color: Picton Blue. HEX triplet: 5F, AB and CD. RGB value is (95,171,205). Sum of RGB (Red+Green+Blue) = 95+171+205=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABCD is #A05432. Grayscale: #979797. Windows color (decimal): -10507315 or 13478751. OLE color: 13478751.

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

Color convert

RGB 95 171 205 -
CMYK 0.54 0.17 0 0.20
HSL 198.55º 0.52% 0.59% -
HSV(B) 198.55º 0.54% 0.8% -
XYZ 30.3 35.97 63.1 -
YUV 152.15 157.82 87.24 -
System Red Green Blue C M Y K H S L
Decimal 95 171 205 0.54 0.17 0 0.20 198.55 0.52 0.59
Hex 5F AB CD 36 11 0 14 C7 34 3B
Octal 137 253 315 66 21 0 24 307 64 73
Binary 1011111 10101011 11001101 110110 10001 0 10100 11000111 110100 111011

Color Harmonies of #5FABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FABCD

Black with #5FABCD

Text Example


Text Example

White with #5FABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FABCD; }

 p { color: rgb(95,171,205); }

 H1.HeaderClassName
 {
   color: #5FABCD;
 }
 .AnyTagClassName
 {
   color: #5FABCD;
 }
</style>

background-color css

<style>
 a { background-color: #5FABCD; }

 a { background-color: rgb(95,171,205); }

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

border-color css

<style>
 span { border-color: #5FABCD; }

 span { border-color: rgb(95,171,205); }

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