Html Css Color HEX #5FA6DB Picton Blue

📋 copy color: '#5FA6DB'

red 95 ◦ green 166 ◦ blue 219

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

Shades of Picton Blue #5FA6DB

Tints of Picton Blue #5FA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.58%

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 19.79%
G = 34.58%
B = 45.63%

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

#5FA6DB (or 0x5FA6DB) is known color: Picton Blue. HEX triplet: 5F, A6 and DB. RGB value is (95,166,219). Sum of RGB (Red+Green+Blue) = 95+166+219=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FA6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA6DB is #A05924. Grayscale: #969696. Windows color (decimal): -10508581 or 14394975. OLE color: 14394975.

HSL color Cylindrical-coordinate representation of color #5FA6DB: hue angle of 205.65º degrees, saturation: 0.63, 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 #5FA6DB is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 166 219 -
CMYK 0.57 0.24 0 0.14
HSL 205.65º 0.63% 0.62% -
HSV(B) 205.65º 0.57% 0.86% -
XYZ 31.14 34.82 72.1 -
YUV 150.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 95 166 219 0.57 0.24 0 0.14 205.65 0.63 0.62
Hex 5F A6 DB 39 18 0 E CE 3F 3E
Octal 137 246 333 71 30 0 16 316 77 76
Binary 1011111 10100110 11011011 111001 11000 0 1110 11001110 111111 111110

Color Harmonies of #5FA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA6DB

Black with #5FA6DB

Text Example


Text Example

White with #5FA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,166,219); }

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

background-color css

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

 a { background-color: rgb(95,166,219); }

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

border-color css

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

 span { border-color: rgb(95,166,219); }

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