Html Css Color HEX #5FAACD Picton Blue

📋 copy color: '#5FAACD'

red 95 ◦ green 170 ◦ blue 205

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

Shades of Picton Blue #5FAACD

Tints of Picton Blue #5FAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.17%

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

R = 20.21%
G = 36.17%
B = 43.62%

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

#5FAACD (or 0x5FAACD) is known color: Picton Blue. HEX triplet: 5F, AA and CD. RGB value is (95,170,205). Sum of RGB (Red+Green+Blue) = 95+170+205=470 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.21% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAACD is #A05532. Grayscale: #979797. Windows color (decimal): -10507571 or 13478495. OLE color: 13478495.

HSL color Cylindrical-coordinate representation of color #5FAACD: hue angle of 199.09º 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 #5FAACD is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 170 205 -
CMYK 0.54 0.17 0 0.20
HSL 199.09º 0.52% 0.59% -
HSV(B) 199.09º 0.54% 0.8% -
XYZ 30.11 35.59 63.04 -
YUV 151.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 95 170 205 0.54 0.17 0 0.20 199.09 0.52 0.59
Hex 5F AA CD 36 11 0 14 C7 34 3B
Octal 137 252 315 66 21 0 24 307 64 73
Binary 1011111 10101010 11001101 110110 10001 0 10100 11000111 110100 111011

Color Harmonies of #5FAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAACD

Black with #5FAACD

Text Example


Text Example

White with #5FAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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