Html Css Color HEX #5FACCD Picton Blue

📋 copy color: '#5FACCD'

red 95 ◦ green 172 ◦ blue 205

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

Shades of Picton Blue #5FACCD

Tints of Picton Blue #5FACCD

RGB

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

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

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

R = 20.13%
G = 36.44%
B = 43.43%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5FACCD (or 0x5FACCD) is known color: Picton Blue. HEX triplet: 5F, AC and CD. RGB value is (95,172,205). Sum of RGB (Red+Green+Blue) = 95+172+205=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACCD is #A05332. Grayscale: #989898. Windows color (decimal): -10507059 or 13479007. OLE color: 13479007.

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

Color convert

RGB 95 172 205 -
CMYK 0.54 0.16 0 0.20
HSL 198º 0.52% 0.59% -
HSV(B) 198º 0.54% 0.8% -
XYZ 30.49 36.35 63.17 -
YUV 152.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 95 172 205 0.54 0.16 0 0.20 198 0.52 0.59
Hex 5F AC CD 36 10 0 14 C6 34 3B
Octal 137 254 315 66 20 0 24 306 64 73
Binary 1011111 10101100 11001101 110110 10000 0 10100 11000110 110100 111011

Color Harmonies of #5FACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACCD

Black with #5FACCD

Text Example


Text Example

White with #5FACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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