#5FAECF

Color #5FAECF Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5FAECF

Tints of Picton Blue #5FAECF

Color information

#5FAECF (or 0x5FAECF) is unknown color: approx Picton Blue. HEX triplet: 5F, AE and CF. RGB value is (95,174,207). Sum of RGB (Red+Green+Blue) = 95+174+207=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #5FAECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAECF is #A05130. Grayscale: #999999. Windows color (decimal): -10506545 or 13610591. OLE color: 13610591.

HSL color Cylindrical-coordinate representation of color #5FAECF: hue angle of 197.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FAECF is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB95174207-
CMYK0.540.1600.19
HSL197.68º53.85%59.22%-
HSV(B)197.68º54.11%81.18%-
XYZ31.1237.2164.57-
YUV154.14157.8385.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.96%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 207 (81.25% from 255) = 43.49%
R=19.96%
G=36.55%
B=43.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal951742070.540.1600.19197.6853.8559.22
Hex5FAECF3610013c6363b
Octal13725631766200233066673
Binary101111110101110110011111101101000001001111000110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,207); }

 H1.HeaderClassName
 {
   color: #5FAECF;
 }
 .AnyTagClassName
 {
   color: #5FAECF;
 }
</style>
background-color css

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

 a { background-color: rgb(95,174,207); }

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

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

 span { border-color: rgb(95,174,207); }

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