Html Css Color HEX #5FA7DC Picton Blue

📋 copy color: '#5FA7DC'

red 95 ◦ green 167 ◦ blue 220

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

Shades of Picton Blue #5FA7DC

Tints of Picton Blue #5FA7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 19.71%
G = 34.65%
B = 45.64%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5FA7DC (or 0x5FA7DC) is known color: Picton Blue. HEX triplet: 5F, A7 and DC. RGB value is (95,167,220). Sum of RGB (Red+Green+Blue) = 95+167+220=482 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.71% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FA7DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA7DC is #A05823. Grayscale: #979797. Windows color (decimal): -10508324 or 14460767. OLE color: 14460767.

HSL color Cylindrical-coordinate representation of color #5FA7DC: hue angle of 205.44º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FA7DC is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 167 220 -
CMYK 0.57 0.24 0 0.14
HSL 205.44º 0.64% 0.62% -
HSV(B) 205.44º 0.57% 0.86% -
XYZ 31.46 35.24 72.85 -
YUV 151.51 166.65 87.69 -
System Red Green Blue C M Y K H S L
Decimal 95 167 220 0.57 0.24 0 0.14 205.44 0.64 0.62
Hex 5F A7 DC 39 18 0 E CD 40 3E
Octal 137 247 334 71 30 0 16 315 100 76
Binary 1011111 10100111 11011100 111001 11000 0 1110 11001101 1000000 111110

Color Harmonies of #5FA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA7DC

Black with #5FA7DC

Text Example


Text Example

White with #5FA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,167,220); }

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

background-color css

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

 a { background-color: rgb(95,167,220); }

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

border-color css

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

 span { border-color: rgb(95,167,220); }

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