Html Css Color HEX #5FA2DE Picton Blue

📋 copy color: '#5FA2DE'

red 95 ◦ green 162 ◦ blue 222

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

Shades of Picton Blue #5FA2DE

Tints of Picton Blue #5FA2DE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.82%

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 19.83%
G = 33.82%
B = 46.35%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5FA2DE (or 0x5FA2DE) is known color: Picton Blue. HEX triplet: 5F, A2 and DE. RGB value is (95,162,222). Sum of RGB (Red+Green+Blue) = 95+162+222=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FA2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FA2DE is #A05D21. Grayscale: #949494. Windows color (decimal): -10509602 or 14590559. OLE color: 14590559.

HSL color Cylindrical-coordinate representation of color #5FA2DE: hue angle of 208.35º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FA2DE is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 162 222 -
CMYK 0.57 0.27 0 0.13
HSL 208.35º 0.66% 0.62% -
HSV(B) 208.35º 0.57% 0.87% -
XYZ 30.82 33.55 73.96 -
YUV 148.81 169.3 89.62 -
System Red Green Blue C M Y K H S L
Decimal 95 162 222 0.57 0.27 0 0.13 208.35 0.66 0.62
Hex 5F A2 DE 39 1B 0 D D0 42 3E
Octal 137 242 336 71 33 0 15 320 102 76
Binary 1011111 10100010 11011110 111001 11011 0 1101 11010000 1000010 111110

Color Harmonies of #5FA2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA2DE

Black with #5FA2DE

Text Example


Text Example

White with #5FA2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,162,222); }

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

background-color css

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

 a { background-color: rgb(95,162,222); }

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

border-color css

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

 span { border-color: rgb(95,162,222); }

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